1
0
Fork 0
forked from suyu/suyu

Tweak Radius, Medium Font

This commit is contained in:
ddutchie 2024-03-16 13:44:05 -04:00
parent 6a5d65cc17
commit 6f85fbc9d4
2 changed files with 7 additions and 7 deletions

View file

@ -31,7 +31,7 @@ constexpr char PROGRESSBAR_STYLE_BUILD[] = R"(
QProgressBar { QProgressBar {
background-color: black; background-color: black;
border: 2px solid white; border: 2px solid white;
border-radius: 25px; border-radius: 10px;
padding: 2px; padding: 2px;
} }
QProgressBar::chunk { QProgressBar::chunk {
@ -43,7 +43,7 @@ constexpr char PROGRESSBAR_STYLE_COMPLETE[] = R"(
QProgressBar { QProgressBar {
background-color: black; background-color: black;
border: 2px solid white; border: 2px solid white;
border-radius: 25px; border-radius: 10px;
padding: 2px; padding: 2px;
} }
QProgressBar::chunk { QProgressBar::chunk {

View file

@ -84,13 +84,13 @@
<family>Ubuntu</family> <family>Ubuntu</family>
<pointsize>20</pointsize> <pointsize>20</pointsize>
<italic>false</italic> <italic>false</italic>
<bold>true</bold>
<kerning>true</kerning> <kerning>true</kerning>
<fontweight>Medium</fontweight>
</font> </font>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">background-color: black; color: white; <string notr="true">background-color: black; color: white;
font: 700 20pt &quot;Ubuntu&quot;;</string> font: 500 20pt &quot;Ubuntu&quot;;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Loading Shaders 387 / 1628</string> <string>Loading Shaders 387 / 1628</string>
@ -116,11 +116,11 @@ font: 700 20pt &quot;Ubuntu&quot;;</string>
color: white; color: white;
border: 2px solid white; border: 2px solid white;
outline-color: black; outline-color: black;
border-radius: 20px; border-radius: 10px;
} }
QProgressBar::chunk { QProgressBar::chunk {
background-color: white; background-color: white;
border-radius: 15px; border-radius: 5px;
}</string> }</string>
</property> </property>
<property name="value"> <property name="value">
@ -141,7 +141,7 @@ border-radius: 15px;
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">background-color: black; color: white; <string notr="true">background-color: black; color: white;
font: 700 15pt &quot;Ubuntu&quot;;</string> font: 500 15pt &quot;Ubuntu&quot;;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Estimated Time 5m 4s</string> <string>Estimated Time 5m 4s</string>