Skip to content

Commit

Permalink
force buttons with icons to explicitly set the icon size for OS X (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Aug 19, 2013
1 parent 42eb631 commit edc2c9d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions qt_gui/resource/dock_widget_title_bar.ui
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@
<property name="text">
<string>D</string>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
Expand Down Expand Up @@ -124,6 +130,12 @@
<property name="text">
<string>C</string>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="flat">
<bool>true</bool>
</property>
Expand All @@ -149,6 +161,12 @@
<property name="text">
<string>R</string>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="flat">
<bool>true</bool>
</property>
Expand Down Expand Up @@ -233,6 +251,12 @@
<property name="text">
<string>_</string>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="flat">
<bool>true</bool>
</property>
Expand Down

0 comments on commit edc2c9d

Please sign in to comment.