Update with zoom

This commit is contained in:
2022-12-18 21:15:18 +00:00
parent 7bd6c4731c
commit 6fac08414b
3 changed files with 15 additions and 6 deletions

View File

@ -15,7 +15,6 @@
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(42, 42, 42);
font: 11pt &quot;UbuntuMono NF&quot;;
selection-background-color: rgb(105, 105, 105);
color: rgb(230, 230, 230);</string>
</property>
@ -58,7 +57,8 @@ background-color: rgb(105, 105, 105);</string>
<item>
<widget class="QLineEdit" name="search_line_edit">
<property name="styleSheet">
<string notr="true">background-color: rgb(42, 42, 42);</string>
<string notr="true">background-color: rgb(42, 42, 42);
font: 11pt &quot;UbuntuMono NF&quot;;</string>
</property>
<property name="text">
<string/>
@ -74,7 +74,8 @@ background-color: rgb(105, 105, 105);</string>
<item>
<widget class="QListWidget" name="tracks_list_widget">
<property name="styleSheet">
<string notr="true">background-color: rgb(42, 42, 42);</string>
<string notr="true">background-color: rgb(42, 42, 42);
font: 11pt &quot;UbuntuMono NF&quot;;</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
@ -90,6 +91,9 @@ background-color: rgb(105, 105, 105);</string>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="lineWrapMode">
<enum>QTextEdit::NoWrap</enum>
</property>
<property name="readOnly">
<bool>true</bool>
</property>