Skip to content

Commit

Permalink
Ensure the progress spinner is centered
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOneRing committed Mar 15, 2024
1 parent ff16de0 commit 0095d15
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions src/gui/newwizard/setupwizardwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,11 @@
<item>
<widget class="QStackedWidget" name="contentWidget">
<widget class="QWidget" name="transitionPage">
<widget class="QProgressIndicator" name="transitionProgressIndicator" native="true">
<property name="geometry">
<rect>
<x>320</x>
<y>280</y>
<width>120</width>
<height>80</height>
</rect>
</property>
</widget>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QProgressIndicator" name="transitionProgressIndicator" native="true"/>
</item>
</layout>
</widget>
</widget>
</item>
Expand Down

0 comments on commit 0095d15

Please sign in to comment.