Skip to content

Commit 51c7c70

Browse files
committed
[QT] remove frame to avoid double-frame situation in sendcoinsentry.ui
1 parent 2a6b844 commit 51c7c70

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

src/qt/forms/sendcoinsentry.ui

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,21 @@
2121
<string>This is a normal payment.</string>
2222
</property>
2323
<property name="frameShape">
24-
<enum>QFrame::StyledPanel</enum>
25-
</property>
26-
<property name="frameShadow">
27-
<enum>QFrame::Sunken</enum>
24+
<enum>QFrame::NoFrame</enum>
2825
</property>
2926
<layout class="QGridLayout" name="gridLayout">
30-
<property name="spacing">
27+
<property name="topMargin">
28+
<number>8</number>
29+
</property>
30+
<property name="bottomMargin">
31+
<number>4</number>
32+
</property>
33+
<property name="horizontalSpacing">
3134
<number>12</number>
3235
</property>
36+
<property name="verticalSpacing">
37+
<number>8</number>
38+
</property>
3339
<item row="0" column="0">
3440
<widget class="QLabel" name="payToLabel">
3541
<property name="text">
@@ -193,6 +199,13 @@
193199
</property>
194200
</widget>
195201
</item>
202+
<item row="4" column="0" colspan="2">
203+
<widget class="Line" name="line">
204+
<property name="orientation">
205+
<enum>Qt::Horizontal</enum>
206+
</property>
207+
</widget>
208+
</item>
196209
</layout>
197210
</widget>
198211
<widget class="QFrame" name="SendCoins_UnauthenticatedPaymentRequest">
@@ -618,10 +631,7 @@
618631
<bool>true</bool>
619632
</property>
620633
<property name="frameShape">
621-
<enum>QFrame::StyledPanel</enum>
622-
</property>
623-
<property name="frameShadow">
624-
<enum>QFrame::Sunken</enum>
634+
<enum>QFrame::NoFrame</enum>
625635
</property>
626636
<layout class="QGridLayout" name="gridLayout_is">
627637
<property name="spacing">
@@ -1150,10 +1160,7 @@
11501160
<bool>true</bool>
11511161
</property>
11521162
<property name="frameShape">
1153-
<enum>QFrame::StyledPanel</enum>
1154-
</property>
1155-
<property name="frameShadow">
1156-
<enum>QFrame::Sunken</enum>
1163+
<enum>QFrame::NoFrame</enum>
11571164
</property>
11581165
<layout class="QGridLayout" name="gridLayout_s">
11591166
<property name="spacing">

0 commit comments

Comments
 (0)