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 4777f52 commit 222685a
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion rqt_plot/resource/plot.ui
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,23 @@
<property name="toolTip">
<string>add topic to plot</string>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="remove_topic_button"/>
<widget class="QPushButton" name="remove_topic_button">
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
</widget>
</item>
<item>
<spacer name="spacer">
Expand All @@ -88,6 +101,12 @@
<property name="toolTip">
<string>pause plot</string>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
Expand All @@ -104,6 +123,12 @@
<property name="toolTip">
<string>remove all topics</string>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
</widget>
</item>
</layout>
Expand Down

0 comments on commit 222685a

Please sign in to comment.