diff options
| -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>  | 
