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.
pull/826/head
Jarol Rodriguez 4 years ago
parent 7fca189a2a
commit 67c59ae479

@ -68,7 +68,7 @@
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>30</width> <width>45</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
@ -89,9 +89,6 @@
<height>24</height> <height>24</height>
</size> </size>
</property> </property>
<property name="flat">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item> <item>
@ -406,7 +403,7 @@
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>30</width> <width>45</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
@ -427,9 +424,6 @@
<height>24</height> <height>24</height>
</size> </size>
</property> </property>
<property name="flat">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item> <item>

Loading…
Cancel
Save