mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-02 13:02:44 +01:00
Tweak Radius, Medium Font
This commit is contained in:
parent
6a5d65cc17
commit
6f85fbc9d4
2 changed files with 7 additions and 7 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 "Ubuntu";</string>
|
||||
font: 500 20pt "Ubuntu";</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Loading Shaders 387 / 1628</string>
|
||||
|
@ -116,11 +116,11 @@ font: 700 20pt "Ubuntu";</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 "Ubuntu";</string>
|
||||
font: 500 15pt "Ubuntu";</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Estimated Time 5m 4s</string>
|
||||
|
|
Loading…
Reference in a new issue