diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-01-19 18:10:07 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-01-19 18:10:07 -0500 |
| commit | bd7395f238a434db59363d14588967a5a67a1bfb (patch) | |
| tree | 9587b2c576a485a84aa10ace7ede01f5e3127624 | |
| parent | 2b02f28751aafb4f47b799a99e24b49150955464 (diff) | |
Reordered FractionWidget ui file
| -rw-r--r-- | sigmodr/gui/fraction.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sigmodr/gui/fraction.ui b/sigmodr/gui/fraction.ui index 71b0f635..63d95a33 100644 --- a/sigmodr/gui/fraction.ui +++ b/sigmodr/gui/fraction.ui @@ -75,12 +75,6 @@ </item> <item row="2" column="1" > <widget class="KLineEdit" name="varValue" > - <property name="alignment" > - <set>Qt::AlignRight|Qt::AlignVCenter</set> - </property> - <property name="readOnly" > - <bool>true</bool> - </property> <property name="toolTip" > <string>Decimal value of the fraction</string> </property> @@ -90,6 +84,12 @@ <property name="whatsThis" > <string>Decimal value of the fraction</string> </property> + <property name="alignment" > + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + <property name="readOnly" > + <bool>true</bool> + </property> </widget> </item> </layout> |
