Set max width for tracks on Cover panel (close #64)
This commit is contained in:
parent
8ecc7176d7
commit
14d56452b6
2 changed files with 5 additions and 3 deletions
|
|
@ -1368,12 +1368,13 @@
|
|||
<property name="halign">end</property>
|
||||
<property name="transition_type">slide-right</property>
|
||||
<child>
|
||||
<object class="GtkScrolledWindow">
|
||||
<object class="GtkScrolledWindow" id="cover-info-scroll">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="hscrollbar_policy">never</property>
|
||||
<property name="vscrollbar_policy">never</property>
|
||||
<property name="max_content_width">200</property>
|
||||
<property name="propagate_natural_width">True</property>
|
||||
<child>
|
||||
<object class="GtkViewport">
|
||||
<property name="visible">True</property>
|
||||
|
|
@ -1454,7 +1455,6 @@
|
|||
<object class="GtkScale" id="cover-songs">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="restrict_to_fill_level">False</property>
|
||||
<property name="digits">0</property>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue