Update with zoom
This commit is contained in:
@ -15,7 +15,6 @@
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">background-color: rgb(42, 42, 42);
|
||||
font: 11pt "UbuntuMono NF";
|
||||
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 "UbuntuMono NF";</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 "UbuntuMono NF";</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>
|
||||
|
Reference in New Issue
Block a user