Skip to content

Commit b9a2ce7

Browse files
committed
fix: remove stretching from Overview page when it's not needed
1 parent c3f34dc commit b9a2ce7

File tree

1 file changed

+1
-46
lines changed

1 file changed

+1
-46
lines changed

src/qt/forms/overviewpage.ui

+1-46
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,7 @@
3737
</widget>
3838
</item>
3939
<item>
40-
<layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0,1,0,1">
41-
<item>
42-
<spacer name="horizontalSpacerLeft">
43-
<property name="orientation">
44-
<enum>Qt::Horizontal</enum>
45-
</property>
46-
<property name="sizeType">
47-
<enum>QSizePolicy::Preferred</enum>
48-
</property>
49-
<property name="sizeHint" stdset="0">
50-
<size>
51-
<width>10</width>
52-
<height>20</height>
53-
</size>
54-
</property>
55-
</spacer>
56-
</item>
40+
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0">
5741
<item>
5842
<layout class="QVBoxLayout" name="verticalLayout_2">
5943
<item>
@@ -576,19 +560,6 @@
576560
</item>
577561
</layout>
578562
</item>
579-
<item>
580-
<spacer name="horizontalSpacerCenter">
581-
<property name="orientation">
582-
<enum>Qt::Horizontal</enum>
583-
</property>
584-
<property name="sizeHint" stdset="0">
585-
<size>
586-
<width>10</width>
587-
<height>20</height>
588-
</size>
589-
</property>
590-
</spacer>
591-
</item>
592563
<item>
593564
<layout class="QVBoxLayout" name="verticalLayout_3">
594565
<item>
@@ -658,22 +629,6 @@
658629
</item>
659630
</layout>
660631
</item>
661-
<item>
662-
<spacer name="horizontalSpacerRight">
663-
<property name="orientation">
664-
<enum>Qt::Horizontal</enum>
665-
</property>
666-
<property name="sizeType">
667-
<enum>QSizePolicy::Preferred</enum>
668-
</property>
669-
<property name="sizeHint" stdset="0">
670-
<size>
671-
<width>10</width>
672-
<height>20</height>
673-
</size>
674-
</property>
675-
</spacer>
676-
</item>
677632
</layout>
678633
</item>
679634
</layout>

0 commit comments

Comments
 (0)