Skip to content

Commit

Permalink
qt: Make warning label look clickable
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jarolrod committed Feb 22, 2021
1 parent 7fca189 commit 67c59ae
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/qt/forms/overviewpage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</property>
<property name="maximumSize">
<size>
<width>30</width>
<width>45</width>
<height>16777215</height>
</size>
</property>
Expand All @@ -89,9 +89,6 @@
<height>24</height>
</size>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand Down Expand Up @@ -406,7 +403,7 @@
</property>
<property name="maximumSize">
<size>
<width>30</width>
<width>45</width>
<height>16777215</height>
</size>
</property>
Expand All @@ -427,9 +424,6 @@
<height>24</height>
</size>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand Down

0 comments on commit 67c59ae

Please sign in to comment.