Skip to content

Commit

Permalink
Made font smaller on buttons to make interface look nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
mamontov-cpp committed Jan 18, 2016
1 parent 0163fdb commit 7d638c5
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions plugins/ifaceed/ifaceed/mainpanel.ui
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,11 @@ coordinates</string>
<height>17</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
<property name="text">
<string>Fast mode?</string>
</property>
Expand All @@ -466,6 +471,11 @@ coordinates</string>
<height>23</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
<property name="text">
<string>Clear counters</string>
</property>
Expand All @@ -479,6 +489,11 @@ coordinates</string>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
<property name="text">
<string>Help
on fast mode</string>
Expand Down Expand Up @@ -640,8 +655,8 @@ on fast mode</string>
<rect>
<x>10</x>
<y>10</y>
<width>441</width>
<height>241</height>
<width>451</width>
<height>296</height>
</rect>
</property>
<layout class="QGridLayout" name="layoutFontOptions">
Expand Down Expand Up @@ -2009,7 +2024,7 @@ current object</string>
<x>10</x>
<y>20</y>
<width>289</width>
<height>26</height>
<height>29</height>
</rect>
</property>
<layout class="QHBoxLayout" name="hlStartingPoint">
Expand Down Expand Up @@ -2070,7 +2085,7 @@ current object</string>
<x>10</x>
<y>50</y>
<width>289</width>
<height>26</height>
<height>29</height>
</rect>
</property>
<layout class="QHBoxLayout" name="hlEndingPoint">
Expand Down Expand Up @@ -3171,6 +3186,11 @@ rect:</string>
<height>23</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
<property name="text">
<string>Clear Object Selection</string>
</property>
Expand Down

0 comments on commit 7d638c5

Please sign in to comment.