Replace tabs with spaces

This commit is contained in:
Jonas Kvinge
2024-02-18 14:24:20 +01:00
parent ff28e7c86e
commit 8f89bf6402
7 changed files with 19 additions and 19 deletions

View File

@@ -12,17 +12,17 @@
</property>
<property name="styleSheet">
<string notr="true">#container {
background: rgba(200, 200, 200, 50%);
background: rgba(200, 200, 200, 50%);
border-radius: 10px;
border: 1px solid rgba(200, 200, 200, 75%);
}
#label1 {
font-weight: bold;
font-weight: bold;
}
#label2 {
font-size: 7.5pt;
font-size: 7.5pt;
}</string>
</property>
<layout class="QVBoxLayout" name="layout_dynamic_playlist_controls">