Skip to content

Commit f85d1f6

Browse files
committed
[GUI] settings duplicate option name changed.
1 parent 235e23d commit f85d1f6

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

src/qt/pivx/settings/forms/settingsinformationwidget.ui

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>400</width>
9+
<width>469</width>
1010
<height>454</height>
1111
</rect>
1212
</property>
@@ -335,6 +335,9 @@
335335
<property name="text">
336336
<string>TextLabel</string>
337337
</property>
338+
<property name="wordWrap">
339+
<bool>true</bool>
340+
</property>
338341
</widget>
339342
</item>
340343
</layout>

src/qt/pivx/settings/forms/settingswidget.ui

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<property name="geometry">
128128
<rect>
129129
<x>0</x>
130-
<y>-319</y>
130+
<y>-508</y>
131131
<width>230</width>
132132
<height>937</height>
133133
</rect>
@@ -583,7 +583,7 @@
583583
</size>
584584
</property>
585585
<property name="text">
586-
<string>Tools</string>
586+
<string>Debug</string>
587587
</property>
588588
<property name="checkable">
589589
<bool>true</bool>
@@ -656,7 +656,7 @@
656656
</size>
657657
</property>
658658
<property name="text">
659-
<string>Debug Console</string>
659+
<string>Console</string>
660660
</property>
661661
<property name="checkable">
662662
<bool>true</bool>

0 commit comments

Comments
 (0)