Skip to content

Commit

Permalink
Part primitives dialogue minor typo and tab stops
Browse files Browse the repository at this point in the history
change the u and v parameter’s label
from "parametric" to "parameter"
also
add tabstops in DlgPrimitives.ui
to correct the order of tab stops
for torus, Helix and spiral
input fields
  • Loading branch information
jmaustpc committed May 14, 2014
1 parent 6ec53ed commit 5c8ff0b
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/Mod/Part/Gui/DlgPrimitives.ui
Expand Up @@ -903,7 +903,7 @@
<item row="0" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>U parametric:</string>
<string>U Parameter:</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -939,7 +939,7 @@
<item row="1" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>V parametric:</string>
<string>V parameter:</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -2028,9 +2028,17 @@
<tabstop>ellipsoidAngle2</tabstop>
<tabstop>torusRadius1</tabstop>
<tabstop>torusRadius2</tabstop>
<tabstop>torusAngle3</tabstop>
<tabstop>torusAngle1</tabstop>
<tabstop>torusAngle2</tabstop>
<tabstop>torusAngle3</tabstop>
<tabstop>helixPitch</tabstop>
<tabstop>helixHeight</tabstop>
<tabstop>helixRadius</tabstop>
<tabstop>helixAngle</tabstop>
<tabstop>helixLocalCS</tabstop>
<tabstop>spiralGrowth</tabstop>
<tabstop>spiralRotation</tabstop>
<tabstop>spiralRadius</tabstop>
</tabstops>
<resources>
<include location="Resources/Part.qrc"/>
Expand Down

0 comments on commit 5c8ff0b

Please sign in to comment.