Skip to content

Commit

Permalink
Update default window file size
Browse files Browse the repository at this point in the history
Should now fit the content by default (on Windows)
  • Loading branch information
rzumer committed Nov 18, 2015
1 parent ee993bf commit be4a5c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>1211</width>
<height>585</height>
<width>1100</width>
<height>620</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -70,8 +70,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>1191</width>
<height>495</height>
<width>1080</width>
<height>530</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_9">
Expand Down Expand Up @@ -820,7 +820,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>1211</width>
<width>1100</width>
<height>21</height>
</rect>
</property>
Expand Down

0 comments on commit be4a5c5

Please sign in to comment.