Skip to content

Commit

Permalink
Merge pull request #144 from Rallaz/1.0.0-RLZ
Browse files Browse the repository at this point in the history
Patch for Arc icons direction of rotation - ID: 3399355
  • Loading branch information
Rallaz committed Aug 28, 2011
2 parents b801a62 + 53508d5 commit 15f7315
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/ui/forms/qg_arcoptions.ui
Expand Up @@ -18,7 +18,7 @@
</property>
<property name="minimumSize">
<size>
<width>90</width>
<width>96</width>
<height>22</height>
</size>
</property>
Expand All @@ -30,7 +30,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>76</width>
<width>86</width>
<height>23</height>
</rect>
</property>
Expand All @@ -52,41 +52,41 @@
<widget class="QRadioButton" name="rbNeg">
<property name="geometry">
<rect>
<x>38</x>
<x>44</x>
<y>2</y>
<width>36</width>
<width>41</width>
<height>19</height>
</rect>
</property>
<property name="toolTip">
<string>Clockwise</string>
<string>Counter Clockwise</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../../res/extui/extui.qrc">
<normaloff>:/extui/dirpos.png</normaloff>:/extui/dirpos.png</iconset>
<normaloff>:/extui/dirneg.png</normaloff>:/extui/dirneg.png</iconset>
</property>
</widget>
<widget class="QRadioButton" name="rbPos">
<property name="geometry">
<rect>
<x>2</x>
<y>2</y>
<width>36</width>
<width>41</width>
<height>19</height>
</rect>
</property>
<property name="toolTip">
<string>Counter Clockwise</string>
<string>Clockwise</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../../res/extui/extui.qrc">
<normaloff>:/extui/dirneg.png</normaloff>:/extui/dirneg.png</iconset>
<normaloff>:/extui/dirpos.png</normaloff>:/extui/dirpos.png</iconset>
</property>
<property name="checked">
<bool>true</bool>
Expand All @@ -96,7 +96,7 @@
<widget class="Line" name="sep1">
<property name="geometry">
<rect>
<x>80</x>
<x>88</x>
<y>2</y>
<width>6</width>
<height>19</height>
Expand Down

0 comments on commit 15f7315

Please sign in to comment.