diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-06-11 08:44:11 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-06-11 08:44:11 +0200 |
commit | 077f43d24eec5cb08e6c5d5a3f01de44fe3cba79 (patch) | |
tree | 1020b3ef833690c7337a3fabe89dcd70a00fb399 | |
parent | 4850d635d12826712e8b5e6fcaf94285700ab4f2 (diff) |
filter/accela: add label space to prevent reflow on slider move
-rw-r--r-- | filter-accela/ftnoir_accela_filtercontrols.ui | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/filter-accela/ftnoir_accela_filtercontrols.ui b/filter-accela/ftnoir_accela_filtercontrols.ui index 5cc30866..1f472b6b 100644 --- a/filter-accela/ftnoir_accela_filtercontrols.ui +++ b/filter-accela/ftnoir_accela_filtercontrols.ui @@ -45,6 +45,12 @@ </item> <item> <widget class="QLabel" name="ewma_label"> + <property name="minimumSize"> + <size> + <width>35</width> + <height>0</height> + </size> + </property> <property name="text"> <string>0 ms</string> </property> @@ -108,6 +114,12 @@ </item> <item row="0" column="1"> <widget class="QLabel" name="rot_gain"> + <property name="minimumSize"> + <size> + <width>35</width> + <height>0</height> + </size> + </property> <property name="text"> <string>0°</string> </property> @@ -141,6 +153,12 @@ </item> <item row="1" column="1"> <widget class="QLabel" name="rot_dz"> + <property name="minimumSize"> + <size> + <width>35</width> + <height>0</height> + </size> + </property> <property name="text"> <string>0°</string> </property> @@ -192,6 +210,12 @@ </item> <item row="0" column="1"> <widget class="QLabel" name="trans_gain"> + <property name="minimumSize"> + <size> + <width>35</width> + <height>0</height> + </size> + </property> <property name="text"> <string>0mm</string> </property> @@ -225,6 +249,12 @@ </item> <item row="1" column="1"> <widget class="QLabel" name="trans_dz"> + <property name="minimumSize"> + <size> + <width>35</width> + <height>0</height> + </size> + </property> <property name="text"> <string>0mm</string> </property> |