diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-06-11 13:18:55 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-06-11 13:18:55 +0200 |
commit | be936e0aaf0f9e68d98d5efed2feed589c7bacf1 (patch) | |
tree | db1332ad2e045cdd7f9567eca42eee33b3db3636 | |
parent | 18f375918765baf7427a54c27863cf5e0fa19d5f (diff) |
filter/accela: smoothing label didn't fit. make it 50 px width for labels
-rw-r--r-- | filter-accela/ftnoir_accela_filtercontrols.ui | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/filter-accela/ftnoir_accela_filtercontrols.ui b/filter-accela/ftnoir_accela_filtercontrols.ui index 1f472b6b..be14f842 100644 --- a/filter-accela/ftnoir_accela_filtercontrols.ui +++ b/filter-accela/ftnoir_accela_filtercontrols.ui @@ -9,8 +9,8 @@ <rect> <x>0</x> <y>0</y> - <width>528</width> - <height>367</height> + <width>657</width> + <height>358</height> </rect> </property> <property name="windowTitle"> @@ -47,7 +47,7 @@ <widget class="QLabel" name="ewma_label"> <property name="minimumSize"> <size> - <width>35</width> + <width>50</width> <height>0</height> </size> </property> @@ -116,7 +116,7 @@ <widget class="QLabel" name="rot_gain"> <property name="minimumSize"> <size> - <width>35</width> + <width>50</width> <height>0</height> </size> </property> @@ -155,7 +155,7 @@ <widget class="QLabel" name="rot_dz"> <property name="minimumSize"> <size> - <width>35</width> + <width>50</width> <height>0</height> </size> </property> @@ -212,7 +212,7 @@ <widget class="QLabel" name="trans_gain"> <property name="minimumSize"> <size> - <width>35</width> + <width>50</width> <height>0</height> </size> </property> @@ -251,7 +251,7 @@ <widget class="QLabel" name="trans_dz"> <property name="minimumSize"> <size> - <width>35</width> + <width>50</width> <height>0</height> </size> </property> |