Skip to content

Commit

Permalink
- try to resize top and bottom widget size
Browse files Browse the repository at this point in the history
  • Loading branch information
hazmiarifin-gl committed Dec 8, 2022
1 parent 4e0ba90 commit 044ae69
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Src/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
<enum>Qt::Vertical</enum>
</property>
<widget class="QWidget" name="widget" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QSplitter" name="topSplitter">
Expand Down Expand Up @@ -219,7 +225,7 @@
<x>0</x>
<y>0</y>
<width>888</width>
<height>591</height>
<height>605</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_23">
Expand Down Expand Up @@ -2080,6 +2086,12 @@ color: rgb(255, 255, 255);</string>
</layout>
</widget>
<widget class="QWidget" name="widget_2" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>4</verstretch>
</sizepolicy>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QWidget" name="widget_31" native="true">
Expand Down

0 comments on commit 044ae69

Please sign in to comment.