Skip to content

Commit

Permalink
GUI: Increase font sizes for pins
Browse files Browse the repository at this point in the history
  • Loading branch information
dlktdr committed Apr 9, 2024
1 parent a148955 commit 1a0d44b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gui/src/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Sets the output channel you want tilt on&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Center on Proximity Detect (BLE Sense Only)</string>
<string>Center on Proximity Detect</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -493,6 +493,7 @@
<widget class="QLabel" name="lblCenterBtn">
<property name="font">
<font>
<pointsize>10</pointsize>
<bold>true</bold>
</font>
</property>
Expand Down Expand Up @@ -870,6 +871,7 @@
<widget class="QLabel" name="lblPPMOutputPin">
<property name="font">
<font>
<pointsize>10</pointsize>
<bold>true</bold>
</font>
</property>
Expand Down Expand Up @@ -898,6 +900,7 @@
<widget class="QLabel" name="lblPPMInputPin">
<property name="font">
<font>
<pointsize>10</pointsize>
<bold>true</bold>
</font>
</property>
Expand Down

0 comments on commit 1a0d44b

Please sign in to comment.