diff options
author | Tomás Touceda <chiiph@leap.se> | 2014-08-11 14:53:17 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2014-08-11 14:53:17 -0300 |
commit | d9ee9b49ed2181baa075f1cd558b220f282bf590 (patch) | |
tree | 14f452df169c86ee2b8b6cc269173ce0c12455d3 /src/leap/bitmask/gui/ui/mainwindow.ui | |
parent | 0046468367bd7cb1f1dd043bda46d9b9e2f4e30a (diff) | |
parent | 9dc94c0eb18a625e3a4a9e0126349ad7c21567c5 (diff) |
Merge remote-tracking branch 'refs/remotes/elijah/feature/minorui' into develop
Diffstat (limited to 'src/leap/bitmask/gui/ui/mainwindow.ui')
-rw-r--r-- | src/leap/bitmask/gui/ui/mainwindow.ui | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/src/leap/bitmask/gui/ui/mainwindow.ui b/src/leap/bitmask/gui/ui/mainwindow.ui index 1eeb636f..5bd21484 100644 --- a/src/leap/bitmask/gui/ui/mainwindow.ui +++ b/src/leap/bitmask/gui/ui/mainwindow.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>524</width> - <height>640</height> + <height>600</height> </rect> </property> <property name="sizePolicy"> @@ -216,6 +216,28 @@ </property> </spacer> </item> + <item> + <widget class="QFrame" name="frame"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="autoFillBackground"> + <bool>false</bool> + </property> + <property name="styleSheet"> + <string notr="true">background-color: rgba(0,0,0,20); border-top: 1px solid rgba(0,0,0,30);</string> + </property> + <property name="minimumSize"> + <size> + <width>0</width> + <height>16</height> + </size> + </property> + </widget> + </item> </layout> </widget> </widget> |