diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-05-26 23:30:44 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-05-26 23:30:44 +0200 |
commit | ec05befb3e859f9063ac69436eb035df951855dd (patch) | |
tree | c65fd9846211fff67685df1ea8b2b4d1c48366d3 /facetracknoir | |
parent | 49e144a5c5bea1bb5250b43a226b001a7fae95fe (diff) |
ui: nix game-detector groupbox border
Diffstat (limited to 'facetracknoir')
-rw-r--r-- | facetracknoir/process_widget.ui | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/facetracknoir/process_widget.ui b/facetracknoir/process_widget.ui index 636464f5..6978d1be 100644 --- a/facetracknoir/process_widget.ui +++ b/facetracknoir/process_widget.ui @@ -41,13 +41,16 @@ <verstretch>0</verstretch> </sizepolicy> </property> - <property name="flat"> - <bool>true</bool> + <property name="styleSheet"> + <string notr="true">border: 0;</string> </property> <property name="title"> <string/> </property> <layout class="QHBoxLayout" name="horizontalLayout"> + <property name="topMargin"> + <number>5</number> + </property> <item> <widget class="QPushButton" name="add"> <property name="sizePolicy"> |