forked from ShuriZma/suyu
1
0
Fork 0
This commit is contained in:
ddutchie 2024-03-16 20:40:51 -04:00
parent 5cd903eabd
commit b96fcd1370
2 changed files with 5 additions and 6 deletions

View File

@ -36,7 +36,6 @@ QProgressBar {
}
QProgressBar::chunk {
background-color: white;
width: 1px;
})";
constexpr char PROGRESSBAR_STYLE_COMPLETE[] = R"(

View File

@ -99,19 +99,19 @@ font: 500 20pt &quot;Ubuntu&quot;;</string>
<property name="minimumSize">
<size>
<width>500</width>
<height>40</height>
<height>30</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QProgressBar {
color: white;
background-color: black;
border: 2px solid white;
outline-color: black;
border-radius: 15px;
border-radius: 10px;
padding: 2px;
}
QProgressBar::chunk {
background-color: white;
border-radius: 10px;
border-radius: 6px;
}</string>
</property>
<property name="value">