diff options
author | Jarol Rodriguez <jarolrod@tutanota.com> | 2021-02-22 15:14:08 -0500 |
---|---|---|
committer | Jarol Rodriguez <jarolrod@tutanota.com> | 2021-02-22 15:14:08 -0500 |
commit | 67c59ae4793b1a5ebe0c4c542abf3c095e6a658b (patch) | |
tree | 4e8c3f0d1faab8a5320dcd24c8af24f650d903b4 | |
parent | 7fca189a2a9a524834d9485c4e391877c00c1971 (diff) |
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.
-rw-r--r-- | src/qt/forms/overviewpage.ui | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/qt/forms/overviewpage.ui b/src/qt/forms/overviewpage.ui index b82143e1ba..f85de0811a 100644 --- a/src/qt/forms/overviewpage.ui +++ b/src/qt/forms/overviewpage.ui @@ -68,7 +68,7 @@ </property> <property name="maximumSize"> <size> - <width>30</width> + <width>45</width> <height>16777215</height> </size> </property> @@ -89,9 +89,6 @@ <height>24</height> </size> </property> - <property name="flat"> - <bool>true</bool> - </property> </widget> </item> <item> @@ -406,7 +403,7 @@ </property> <property name="maximumSize"> <size> - <width>30</width> + <width>45</width> <height>16777215</height> </size> </property> @@ -427,9 +424,6 @@ <height>24</height> </size> </property> - <property name="flat"> - <bool>true</bool> - </property> </widget> </item> <item> |