Skip to content

Commit 600c404

Browse files
committed
[gui] create wallet: add advanced section
1 parent 9fa5353 commit 600c404

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

src/qt/forms/createwalletdialog.ui

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,27 @@
7474
<bool>false</bool>
7575
</property>
7676
</widget>
77+
<widget class="QLabel" name="label">
78+
<property name="geometry">
79+
<rect>
80+
<x>20</x>
81+
<y>90</y>
82+
<width>130</width>
83+
<height>21</height>
84+
</rect>
85+
</property>
86+
<property name="text">
87+
<string>Advanced options</string>
88+
</property>
89+
</widget>
7790
<widget class="QCheckBox" name="disable_privkeys_checkbox">
7891
<property name="enabled">
7992
<bool>true</bool>
8093
</property>
8194
<property name="geometry">
8295
<rect>
8396
<x>20</x>
84-
<y>80</y>
97+
<y>115</y>
8598
<width>171</width>
8699
<height>22</height>
87100
</rect>
@@ -97,7 +110,7 @@
97110
<property name="geometry">
98111
<rect>
99112
<x>20</x>
100-
<y>110</y>
113+
<y>135</y>
101114
<width>171</width>
102115
<height>22</height>
103116
</rect>
@@ -113,7 +126,7 @@
113126
<property name="geometry">
114127
<rect>
115128
<x>20</x>
116-
<y>140</y>
129+
<y>155</y>
117130
<width>171</width>
118131
<height>22</height>
119132
</rect>

0 commit comments

Comments
 (0)