diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-14 19:01:29 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-14 19:01:29 +0200 |
commit | fff386c0d854b8f5c12e7de66ed4790e168ab5e6 (patch) | |
tree | 90c7dccecb772852111fe3e1af6932aad9f2835e | |
parent | ec1c2b16379d657db92c90e25b9e01393267b596 (diff) |
Prevent text overlap with bigger fonts
-rw-r--r-- | ftnoir_filter_accela/ftnoir_accela_filtercontrols.ui | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ftnoir_filter_accela/ftnoir_accela_filtercontrols.ui b/ftnoir_filter_accela/ftnoir_accela_filtercontrols.ui index bb27ed47..305b1b1d 100644 --- a/ftnoir_filter_accela/ftnoir_accela_filtercontrols.ui +++ b/ftnoir_filter_accela/ftnoir_accela_filtercontrols.ui @@ -9,7 +9,7 @@ <rect> <x>0</x> <y>0</y> - <width>570</width> + <width>620</width> <height>71</height> </rect> </property> @@ -34,7 +34,7 @@ <rect> <x>243</x> <y>10</y> - <width>76</width> + <width>111</width> <height>22</height> </rect> </property> @@ -55,7 +55,7 @@ background:none;</string> </property> <property name="text"> - <string>Zoom slowness:</string> + <string>Zoom slowness</string> </property> </widget> <widget class="QDoubleSpinBox" name="translation_alpha"> @@ -112,7 +112,7 @@ background:none;</string> <widget class="QSlider" name="slideZoom"> <property name="geometry"> <rect> - <x>325</x> + <x>346</x> <y>13</y> <width>189</width> <height>15</height> @@ -146,7 +146,7 @@ background:none;</string> <widget class="QSpinBox" name="spinZoom"> <property name="geometry"> <rect> - <x>520</x> + <x>541</x> <y>10</y> <width>42</width> <height>22</height> @@ -190,7 +190,7 @@ background:none;</string> <widget class="QPushButton" name="btnOK"> <property name="geometry"> <rect> - <x>409</x> + <x>430</x> <y>40</y> <width>75</width> <height>23</height> @@ -203,7 +203,7 @@ background:none;</string> <widget class="QPushButton" name="btnCancel"> <property name="geometry"> <rect> - <x>490</x> + <x>511</x> <y>40</y> <width>75</width> <height>23</height> |