Skip to content

Commit

Permalink
fixed #141
Browse files Browse the repository at this point in the history
  • Loading branch information
etsardou committed Mar 24, 2014
1 parent c48638e commit fd9edea
Showing 1 changed file with 4 additions and 21 deletions.
25 changes: 4 additions & 21 deletions stdr_gui/ui/robotProperties.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>348</width>
<height>162</height>
<height>124</height>
</rect>
</property>
<property name="windowTitle">
Expand All @@ -16,44 +16,28 @@
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Robot shape</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="comboBox">
<item>
<property name="text">
<string>Circle</string>
</property>
</item>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="robotRadius">
<property name="text">
<string>0.15</string>
</property>
</widget>
</item>
<item row="2" column="0">
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Robot orientation</string>
</property>
</widget>
</item>
<item row="1" column="0">
<item row="0" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Robot radius</string>
</property>
</widget>
</item>
<item row="2" column="1">
<item row="1" column="1">
<widget class="QLineEdit" name="robotOrientation">
<property name="text">
<string>0</string>
Expand Down Expand Up @@ -95,7 +79,6 @@
</layout>
</widget>
<tabstops>
<tabstop>comboBox</tabstop>
<tabstop>robotRadius</tabstop>
<tabstop>robotOrientation</tabstop>
</tabstops>
Expand Down

0 comments on commit fd9edea

Please sign in to comment.