Skip to content

Commit

Permalink
add excplicit icon size for numerous plugins (ros-visualization/rqt#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Aug 20, 2013
1 parent bdb270d commit eccc18a
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions rqt_graph/resource/RosGraph.ui
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
<property name="toolTip">
<string>Refresh ROS graph</string>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
</widget>
</item>
<item>
Expand Down Expand Up @@ -74,27 +80,51 @@
<property name="toolTip">
<string>Load DOT graph from file</string>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="save_dot_push_button">
<property name="toolTip">
<string>Save as DOT graph</string>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="save_as_svg_push_button">
<property name="toolTip">
<string>Save as SVG</string>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="save_as_image_push_button">
<property name="toolTip">
<string>Save as image</string>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
</widget>
</item>
</layout>
Expand Down Expand Up @@ -190,6 +220,12 @@
<property name="toolTip">
<string>Fit graph in view</string>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
</widget>
</item>
<item>
Expand Down

0 comments on commit eccc18a

Please sign in to comment.