Skip to content

Commit 4e3516d

Browse files
committed
GUI: MN wizard dialog text cut off correction.
Seems to only happen on linux.
1 parent 315ca67 commit 4e3516d

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

src/qt/pivx/forms/masternodewizarddialog.ui

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@
796796
</property>
797797
<property name="sizeHint" stdset="0">
798798
<size>
799-
<width>70</width>
799+
<width>65</width>
800800
<height>20</height>
801801
</size>
802802
</property>
@@ -812,7 +812,7 @@
812812
</property>
813813
<property name="maximumSize">
814814
<size>
815-
<width>80</width>
815+
<width>83</width>
816816
<height>16777215</height>
817817
</size>
818818
</property>
@@ -856,7 +856,7 @@
856856
</property>
857857
<property name="maximumSize">
858858
<size>
859-
<width>80</width>
859+
<width>83</width>
860860
<height>16777215</height>
861861
</size>
862862
</property>
@@ -897,7 +897,7 @@
897897
</property>
898898
<property name="maximumSize">
899899
<size>
900-
<width>80</width>
900+
<width>83</width>
901901
<height>16777215</height>
902902
</size>
903903
</property>
@@ -941,7 +941,7 @@
941941
</property>
942942
<property name="maximumSize">
943943
<size>
944-
<width>80</width>
944+
<width>83</width>
945945
<height>16777215</height>
946946
</size>
947947
</property>
@@ -985,7 +985,7 @@
985985
</property>
986986
<property name="maximumSize">
987987
<size>
988-
<width>80</width>
988+
<width>83</width>
989989
<height>16777215</height>
990990
</size>
991991
</property>
@@ -1029,7 +1029,7 @@
10291029
</property>
10301030
<property name="maximumSize">
10311031
<size>
1032-
<width>80</width>
1032+
<width>83</width>
10331033
<height>16777215</height>
10341034
</size>
10351035
</property>
@@ -1057,7 +1057,7 @@
10571057
</property>
10581058
<property name="sizeHint" stdset="0">
10591059
<size>
1060-
<width>70</width>
1060+
<width>65</width>
10611061
<height>20</height>
10621062
</size>
10631063
</property>
@@ -1481,13 +1481,13 @@
14811481
<number>6</number>
14821482
</property>
14831483
<property name="leftMargin">
1484-
<number>90</number>
1484+
<number>78</number>
14851485
</property>
14861486
<property name="topMargin">
14871487
<number>12</number>
14881488
</property>
14891489
<property name="rightMargin">
1490-
<number>90</number>
1490+
<number>78</number>
14911491
</property>
14921492
<property name="bottomMargin">
14931493
<number>12</number>
@@ -1711,7 +1711,7 @@
17111711
<item>
17121712
<widget class="QLabel" name="labelSubtitleOperatorKey">
17131713
<property name="text">
1714-
<string>Enter key (can leave it empty and the wallet will create one for you)</string>
1714+
<string>Enter address (if empty, the wallet will create one for you)</string>
17151715
</property>
17161716
<property name="alignment">
17171717
<set>Qt::AlignCenter</set>
@@ -2088,7 +2088,7 @@
20882088
<rect>
20892089
<x>0</x>
20902090
<y>0</y>
2091-
<width>681</width>
2091+
<width>214</width>
20922092
<height>352</height>
20932093
</rect>
20942094
</property>
@@ -2175,7 +2175,7 @@
21752175
<item>
21762176
<widget class="ClickableLabel" name="labelMainAddr">
21772177
<property name="text">
2178-
<string>N/A</string>
2178+
<string notr="true">N/A</string>
21792179
</property>
21802180
</widget>
21812181
</item>
@@ -2213,7 +2213,7 @@
22132213
<item alignment="Qt::AlignRight">
22142214
<widget class="ClickableLabel" name="labelPayoutAddr">
22152215
<property name="text">
2216-
<string>N/A</string>
2216+
<string notr="true">N/A</string>
22172217
</property>
22182218
</widget>
22192219
</item>
@@ -2275,7 +2275,7 @@
22752275
<item>
22762276
<widget class="ClickableLabel" name="labelCollateralHash">
22772277
<property name="text">
2278-
<string>N/A</string>
2278+
<string notr="true">N/A</string>
22792279
</property>
22802280
</widget>
22812281
</item>
@@ -2310,7 +2310,7 @@
23102310
<item alignment="Qt::AlignRight">
23112311
<widget class="ClickableLabel" name="labelCollateralIndex">
23122312
<property name="text">
2313-
<string>N/A</string>
2313+
<string notr="true">N/A</string>
23142314
</property>
23152315
</widget>
23162316
</item>
@@ -2394,7 +2394,7 @@
23942394
<item>
23952395
<widget class="ClickableLabel" name="labelOperatorKey">
23962396
<property name="text">
2397-
<string>N/A</string>
2397+
<string notr="true">N/A</string>
23982398
</property>
23992399
</widget>
24002400
</item>
@@ -2613,7 +2613,7 @@
26132613
<item>
26142614
<widget class="ClickableLabel" name="labelVoterAddress">
26152615
<property name="text">
2616-
<string>N/A</string>
2616+
<string notr="true">N/A</string>
26172617
</property>
26182618
</widget>
26192619
</item>

0 commit comments

Comments
 (0)