Skip to content

Commit 67c59ae

Browse files
committed
qt: Make warning label look clickable
The warning label shown on the overview page does not look clickable. This PR makes the warning label look clickable by removing the 'flat' property. Additionally, the Maximum Width is updated to fix the small hit-box issue.
1 parent 7fca189 commit 67c59ae

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/qt/forms/overviewpage.ui

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
</property>
6969
<property name="maximumSize">
7070
<size>
71-
<width>30</width>
71+
<width>45</width>
7272
<height>16777215</height>
7373
</size>
7474
</property>
@@ -89,9 +89,6 @@
8989
<height>24</height>
9090
</size>
9191
</property>
92-
<property name="flat">
93-
<bool>true</bool>
94-
</property>
9592
</widget>
9693
</item>
9794
<item>
@@ -406,7 +403,7 @@
406403
</property>
407404
<property name="maximumSize">
408405
<size>
409-
<width>30</width>
406+
<width>45</width>
410407
<height>16777215</height>
411408
</size>
412409
</property>
@@ -427,9 +424,6 @@
427424
<height>24</height>
428425
</size>
429426
</property>
430-
<property name="flat">
431-
<bool>true</bool>
432-
</property>
433427
</widget>
434428
</item>
435429
<item>

0 commit comments

Comments
 (0)