diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-01 13:17:17 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-01 13:35:11 +0200 |
commit | 9e523211b95332cf3e427136f8a84e9c2a2766cd (patch) | |
tree | 5bfd4aee1b462f9757a154cbbc9d1a59de0b1006 /facetracknoir/process_widget.ui | |
parent | 422af71f8d604a107ff53309ceec5ed97e91aaf4 (diff) |
settings: fix some problem with qt stderr whiningopentrack-2.3-rc12
Diffstat (limited to 'facetracknoir/process_widget.ui')
-rw-r--r-- | facetracknoir/process_widget.ui | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/facetracknoir/process_widget.ui b/facetracknoir/process_widget.ui index 6978d1be..19fe39da 100644 --- a/facetracknoir/process_widget.ui +++ b/facetracknoir/process_widget.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>327</width> - <height>346</height> + <width>302</width> + <height>325</height> </rect> </property> <property name="windowTitle"> @@ -16,6 +16,12 @@ <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="FancyTable" name="tableWidget"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> <column> <property name="text"> <string>Executable</string> |