Skip to content

Commit

Permalink
GUI: MN wizard dialog text cut off correction.
Browse files Browse the repository at this point in the history
Seems to only happen on linux.
  • Loading branch information
furszy committed Feb 28, 2022
1 parent 8e53fef commit a36ff71
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/qt/pivx/forms/masternodewizarddialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@
</property>
<property name="sizeHint" stdset="0">
<size>
<width>70</width>
<width>65</width>
<height>20</height>
</size>
</property>
Expand All @@ -812,7 +812,7 @@
</property>
<property name="maximumSize">
<size>
<width>80</width>
<width>83</width>
<height>16777215</height>
</size>
</property>
Expand Down Expand Up @@ -856,7 +856,7 @@
</property>
<property name="maximumSize">
<size>
<width>80</width>
<width>83</width>
<height>16777215</height>
</size>
</property>
Expand Down Expand Up @@ -897,7 +897,7 @@
</property>
<property name="maximumSize">
<size>
<width>80</width>
<width>83</width>
<height>16777215</height>
</size>
</property>
Expand Down Expand Up @@ -941,7 +941,7 @@
</property>
<property name="maximumSize">
<size>
<width>80</width>
<width>83</width>
<height>16777215</height>
</size>
</property>
Expand Down Expand Up @@ -985,7 +985,7 @@
</property>
<property name="maximumSize">
<size>
<width>80</width>
<width>83</width>
<height>16777215</height>
</size>
</property>
Expand Down Expand Up @@ -1029,7 +1029,7 @@
</property>
<property name="maximumSize">
<size>
<width>80</width>
<width>83</width>
<height>16777215</height>
</size>
</property>
Expand Down Expand Up @@ -1057,7 +1057,7 @@
</property>
<property name="sizeHint" stdset="0">
<size>
<width>70</width>
<width>65</width>
<height>20</height>
</size>
</property>
Expand Down Expand Up @@ -1481,13 +1481,13 @@
<number>6</number>
</property>
<property name="leftMargin">
<number>90</number>
<number>78</number>
</property>
<property name="topMargin">
<number>12</number>
</property>
<property name="rightMargin">
<number>90</number>
<number>78</number>
</property>
<property name="bottomMargin">
<number>12</number>
Expand Down Expand Up @@ -1711,7 +1711,7 @@
<item>
<widget class="QLabel" name="labelSubtitleOperatorKey">
<property name="text">
<string>Enter key (can leave it empty and the wallet will create one for you)</string>
<string>Enter address (if empty, the wallet will create one for you)</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
Expand Down Expand Up @@ -2088,7 +2088,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>681</width>
<width>214</width>
<height>352</height>
</rect>
</property>
Expand Down Expand Up @@ -2175,7 +2175,7 @@
<item>
<widget class="ClickableLabel" name="labelMainAddr">
<property name="text">
<string>N/A</string>
<string notr="true">N/A</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -2213,7 +2213,7 @@
<item alignment="Qt::AlignRight">
<widget class="ClickableLabel" name="labelPayoutAddr">
<property name="text">
<string>N/A</string>
<string notr="true">N/A</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -2275,7 +2275,7 @@
<item>
<widget class="ClickableLabel" name="labelCollateralHash">
<property name="text">
<string>N/A</string>
<string notr="true">N/A</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -2310,7 +2310,7 @@
<item alignment="Qt::AlignRight">
<widget class="ClickableLabel" name="labelCollateralIndex">
<property name="text">
<string>N/A</string>
<string notr="true">N/A</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -2394,7 +2394,7 @@
<item>
<widget class="ClickableLabel" name="labelOperatorKey">
<property name="text">
<string>N/A</string>
<string notr="true">N/A</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -2613,7 +2613,7 @@
<item>
<widget class="ClickableLabel" name="labelVoterAddress">
<property name="text">
<string>N/A</string>
<string notr="true">N/A</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit a36ff71

Please sign in to comment.