diff options
author | brenda-br | 2023-03-01 12:49:04 +0530 |
---|---|---|
committer | brenda-br | 2023-03-01 12:49:04 +0530 |
commit | f85ca605c02f70fcd911547323ee1245265b83ab (patch) | |
tree | 92d32458ee46e6e28e5c4296f659a1e80d5e89f0 /src/main/ui/DockWidgets | |
parent | 04928863c7195b99ffa9ab6650b847b584a6c4be (diff) | |
download | Chemical-Simulator-GUI-f85ca605c02f70fcd911547323ee1245265b83ab.tar.gz Chemical-Simulator-GUI-f85ca605c02f70fcd911547323ee1245265b83ab.tar.bz2 Chemical-Simulator-GUI-f85ca605c02f70fcd911547323ee1245265b83ab.zip |
DockWidgets Realigning
Diffstat (limited to 'src/main/ui/DockWidgets')
-rw-r--r-- | src/main/ui/DockWidgets/DockWidgetDistillationColumn.ui | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/src/main/ui/DockWidgets/DockWidgetDistillationColumn.ui b/src/main/ui/DockWidgets/DockWidgetDistillationColumn.ui index 920837b..83a6204 100644 --- a/src/main/ui/DockWidgets/DockWidgetDistillationColumn.ui +++ b/src/main/ui/DockWidgets/DockWidgetDistillationColumn.ui @@ -31,9 +31,9 @@ <widget class="QTabWidget" name="tabWidget"> <property name="geometry"> <rect> - <x>0</x> + <x>10</x> <y>30</y> - <width>381</width> + <width>351</width> <height>481</height> </rect> </property> @@ -41,7 +41,7 @@ <bool>true</bool> </property> <property name="currentIndex"> - <number>0</number> + <number>1</number> </property> <widget class="QWidget" name="tab"> <attribute name="title"> @@ -66,7 +66,7 @@ </sizepolicy> </property> <property name="currentIndex"> - <number>0</number> + <number>2</number> </property> <widget class="QWidget" name="tab1"> <attribute name="title"> @@ -264,10 +264,16 @@ <rect> <x>12</x> <y>15</y> - <width>341</width> + <width>301</width> <height>151</height> </rect> </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Expanding"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> <property name="columnCount"> <number>3</number> </property> @@ -297,6 +303,12 @@ </item> <item> <widget class="QPushButton" name="stageResultsButton"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> <property name="text"> <string>Stagewise Results</string> </property> |