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:
parent
38c9fe7ac5
commit
0a50391d07
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user