diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-17 01:18:30 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-17 03:16:11 +0200 |
commit | 250ba4c465088f2ed03be8b967683fea1b5bd28e (patch) | |
tree | 0f7b2024690be1409ea4e6754204be2100cba507 /facetracknoir/ftnoir_curves.ui | |
parent | d3ea7c225cf583e2ee243279ee9135ea49b3fecb (diff) |
fix size
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
Diffstat (limited to 'facetracknoir/ftnoir_curves.ui')
-rw-r--r-- | facetracknoir/ftnoir_curves.ui | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/facetracknoir/ftnoir_curves.ui b/facetracknoir/ftnoir_curves.ui index 83b514b5..46a1892c 100644 --- a/facetracknoir/ftnoir_curves.ui +++ b/facetracknoir/ftnoir_curves.ui @@ -6,10 +6,16 @@ <rect>
<x>0</x>
<y>0</y>
- <width>1042</width>
- <height>659</height>
+ <width>980</width>
+ <height>655</height>
</rect>
</property>
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
<property name="windowTitle">
<string>FaceTrackNoIR tracking curves</string>
</property>
@@ -20,13 +26,8 @@ <property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
- <property name="autoFillBackground">
- <bool>false</bool>
- </property>
<property name="styleSheet">
- <string notr="true">
-
-</string>
+ <string notr="true"/>
</property>
<layout class="QVBoxLayout" name="_vertical_layout">
<item>
|