Skip to content

Commit

Permalink
Increase the dimensions of the researcher wizard
Browse files Browse the repository at this point in the history
This sets initial size of the researcher wizard to 800x600 to avoid
squashing content on high-DPI displays.
  • Loading branch information
cyrossignol committed Sep 2, 2020
1 parent 1530213 commit b46a23d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 18 deletions.
4 changes: 2 additions & 2 deletions src/qt/forms/researcherwizard.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>660</width>
<height>480</height>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down
15 changes: 14 additions & 1 deletion src/qt/forms/researcherwizardinvestorpage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,23 @@
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item alignment="Qt::AlignVCenter">
<widget class="QLabel" name="investorLabel">
<property name="text">
<string>You opted out of research rewards and will earn staking rewards only.</string>
<string>You opted out of research rewards and will earn staking rewards only.</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
Expand Down
8 changes: 1 addition & 7 deletions src/qt/forms/researcherwizardmodepage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,7 @@
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>12</height>
</size>
<enum>QSizePolicy::Expanding</enum>
</property>
</spacer>
</item>
Expand Down
2 changes: 1 addition & 1 deletion src/qt/forms/researcherwizardpoolpage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<property name="maximumSize">
<size>
<width>16777215</width>
<height>120</height>
<height>180</height>
</size>
</property>
<property name="cursor" stdset="0">
Expand Down
8 changes: 1 addition & 7 deletions src/qt/forms/researcherwizardsummarypage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -202,13 +202,7 @@
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>30</height>
</size>
<enum>QSizePolicy::Expanding</enum>
</property>
</spacer>
</item>
Expand Down

0 comments on commit b46a23d

Please sign in to comment.