1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Added border to progressBar for better look&feel on windows

This commit is contained in:
nowrep 2011-03-17 15:36:25 +01:00
parent 38c9fe7ac5
commit 0a50391d07

View File

@ -68,7 +68,7 @@
<item>
<widget class="QProgressBar" name="progressBar">
<property name="styleSheet">
<string notr="true">margin-bottom: 1px;</string>
<string notr="true">QProgressBar {margin-bottom: 1px; border: 1px;}</string>
</property>
<property name="maximum">
<number>0</number>