diff options
| -rw-r--r-- | changes/bug_use-smaller-window-to-fit-lower-resolutions | 1 | ||||
| -rw-r--r-- | src/leap/bitmask/gui/ui/mainwindow.ui | 6 | 
2 files changed, 4 insertions, 3 deletions
diff --git a/changes/bug_use-smaller-window-to-fit-lower-resolutions b/changes/bug_use-smaller-window-to-fit-lower-resolutions new file mode 100644 index 00000000..d9df69ae --- /dev/null +++ b/changes/bug_use-smaller-window-to-fit-lower-resolutions @@ -0,0 +1 @@ +- Use smaller height on the window so it fits better on smaller resolutions. Closes #5722. diff --git a/src/leap/bitmask/gui/ui/mainwindow.ui b/src/leap/bitmask/gui/ui/mainwindow.ui index d755115a..1eeb636f 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>722</height> +    <height>640</height>     </rect>    </property>    <property name="sizePolicy"> @@ -75,7 +75,7 @@           <x>0</x>           <y>0</y>           <width>524</width> -         <height>667</height> +         <height>589</height>          </rect>         </property>         <layout class="QVBoxLayout" name="verticalLayout"> @@ -297,7 +297,7 @@       <x>0</x>       <y>0</y>       <width>524</width> -     <height>23</height> +     <height>21</height>      </rect>     </property>     <widget class="QMenu" name="menuFile">  | 
