Skip to content

Commit

Permalink
Remove explicit font sizes from .ui files
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jun 24, 2017
1 parent ee9c5c0 commit 9ee4692
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 30 deletions.
5 changes: 0 additions & 5 deletions glue/viewers/image/qt/layer_style_editor.ui
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,6 @@
</item>
<item row="3" column="2">
<widget class="QToolButton" name="button_flip_limits">
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">padding: 0px</string>
</property>
Expand Down
10 changes: 0 additions & 10 deletions glue/viewers/image/qt/options_widget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@
</item>
<item row="1" column="3">
<widget class="QToolButton" name="button_flip_x">
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">padding: 0px</string>
</property>
Expand Down Expand Up @@ -144,11 +139,6 @@
</item>
<item row="3" column="3">
<widget class="QToolButton" name="button_flip_y">
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">padding: 0px</string>
</property>
Expand Down
5 changes: 0 additions & 5 deletions glue/viewers/scatter/layer_style_editor.ui
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@
</item>
<item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="bool_link_other">
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>Link properties with other similar layers</string>
</property>
Expand Down
10 changes: 0 additions & 10 deletions glue/viewers/scatter/qt/options_widget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@
</item>
<item row="1" column="4">
<widget class="QToolButton" name="button_flip_x">
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">padding: 0px</string>
</property>
Expand All @@ -103,11 +98,6 @@
</item>
<item row="3" column="4">
<widget class="QToolButton" name="button_flip_y">
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">padding: 0px</string>
</property>
Expand Down

0 comments on commit 9ee4692

Please sign in to comment.