Skip to content

Commit 0c6cbf8

Browse files
committed
Qt: Remove redundant grid layout in updater
1 parent 58cb4f2 commit 0c6cbf8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/duckstation-qt/autoupdaterdialog.ui

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,20 +161,20 @@
161161
</layout>
162162
</item>
163163
<item>
164-
<layout class="QGridLayout" name="downloadLayout" columnstretch="1,0">
165-
<item row="1" column="0">
164+
<widget class="QLabel" name="downloadStatus"/>
165+
</item>
166+
<item>
167+
<layout class="QHBoxLayout" name="downloadLayout" stretch="1,0">
168+
<item>
166169
<widget class="QProgressBar" name="downloadProgress"/>
167170
</item>
168-
<item row="1" column="1">
171+
<item>
169172
<widget class="QDialogButtonBox" name="downloadButtonBox">
170173
<property name="standardButtons">
171174
<set>QDialogButtonBox::StandardButton::Cancel</set>
172175
</property>
173176
</widget>
174177
</item>
175-
<item row="0" column="0" colspan="2">
176-
<widget class="QLabel" name="downloadStatus"/>
177-
</item>
178178
</layout>
179179
</item>
180180
</layout>

0 commit comments

Comments
 (0)