Skip to content

Commit 96a92c1

Browse files
UI: add widgets for insufficient fee warnings on metadex dialog
1 parent 9049935 commit 96a92c1

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

src/qt/forms/metadexdialog.ui

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,22 @@
314314
</item>
315315
</layout>
316316
</item>
317+
<item>
318+
<widget class="QLabel" name="buyAddressFeeWarningLabel">
319+
<property name="font">
320+
<font>
321+
<pointsize>8</pointsize>
322+
</font>
323+
</property>
324+
<property name="styleSheet">
325+
<string notr="true">QLabel {
326+
border: 1px solid rgb(142,61,0);padding:5px 5px 5px 5px;background-repeat: no-repeat;background-position: 10px center;color: #133959;background-color: rgb(255,191,142); color:rgb(142,61,0);} </string>
327+
</property>
328+
<property name="text">
329+
<string>TextLabel</string>
330+
</property>
331+
</widget>
332+
</item>
317333
<item>
318334
<layout class="QHBoxLayout" name="horizontalLayout_14">
319335
<property name="topMargin">
@@ -555,6 +571,22 @@
555571
</item>
556572
</layout>
557573
</item>
574+
<item>
575+
<widget class="QLabel" name="sellAddressFeeWarningLabel">
576+
<property name="font">
577+
<font>
578+
<pointsize>8</pointsize>
579+
</font>
580+
</property>
581+
<property name="styleSheet">
582+
<string notr="true">QLabel {
583+
border: 1px solid rgb(142,61,0);padding:5px 5px 5px 5px;background-repeat: no-repeat;background-position: 10px center;color: #133959;background-color: rgb(255,191,142); color:rgb(142,61,0);} </string>
584+
</property>
585+
<property name="text">
586+
<string>TextLabel</string>
587+
</property>
588+
</widget>
589+
</item>
558590
<item>
559591
<layout class="QHBoxLayout" name="horizontalLayout_15">
560592
<property name="topMargin">

0 commit comments

Comments
 (0)