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

View file

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