Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rqt_bag does not position icons correctly on OS X #68

Merged
merged 1 commit into from
Aug 8, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 0 additions & 72 deletions rqt_bag/resource/bag_widget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="record_button">
<property name="maximumSize">
<size>
<width>32</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Record Bag</string>
</property>
Expand All @@ -40,12 +34,6 @@
</item>
<item>
<widget class="QPushButton" name="load_button">
<property name="maximumSize">
<size>
<width>32</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Load Bag</string>
</property>
Expand All @@ -56,12 +44,6 @@
</item>
<item>
<widget class="QPushButton" name="save_button">
<property name="maximumSize">
<size>
<width>32</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Save Bag</string>
</property>
Expand All @@ -79,12 +61,6 @@
</item>
<item>
<widget class="QPushButton" name="begin_button">
<property name="maximumSize">
<size>
<width>32</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Go To Beginning</string>
</property>
Expand All @@ -95,12 +71,6 @@
</item>
<item>
<widget class="QPushButton" name="slower_button">
<property name="maximumSize">
<size>
<width>32</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Slower / Rewind</string>
</property>
Expand All @@ -111,12 +81,6 @@
</item>
<item>
<widget class="QPushButton" name="play_button">
<property name="maximumSize">
<size>
<width>32</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Play / Pause</string>
</property>
Expand All @@ -130,12 +94,6 @@
</item>
<item>
<widget class="QPushButton" name="faster_button">
<property name="maximumSize">
<size>
<width>32</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Fast Forward</string>
</property>
Expand All @@ -146,12 +104,6 @@
</item>
<item>
<widget class="QPushButton" name="end_button">
<property name="maximumSize">
<size>
<width>32</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Go To End</string>
</property>
Expand All @@ -169,12 +121,6 @@
</item>
<item>
<widget class="QPushButton" name="zoom_in_button">
<property name="maximumSize">
<size>
<width>32</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Zoom In</string>
</property>
Expand All @@ -185,12 +131,6 @@
</item>
<item>
<widget class="QPushButton" name="zoom_out_button">
<property name="maximumSize">
<size>
<width>32</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Zoom Out</string>
</property>
Expand All @@ -201,12 +141,6 @@
</item>
<item>
<widget class="QPushButton" name="zoom_all_button">
<property name="maximumSize">
<size>
<width>32</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Zoom Home</string>
</property>
Expand All @@ -224,12 +158,6 @@
</item>
<item>
<widget class="QPushButton" name="thumbs_button">
<property name="maximumSize">
<size>
<width>32</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Toggle Thumbnails</string>
</property>
Expand Down