mediacontrols: Make the labels and scale droppable
Request a reasonable minimum size for the scale, but let the mediacontrols drop both labels and scale when space is at a premium.
This commit is contained in:
@@ -34,6 +34,9 @@
|
||||
<attributes>
|
||||
<attribute name="font-features" value="tnum=1"/>
|
||||
</attributes>
|
||||
<layout>
|
||||
<property name="droppable">2</property>
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
@@ -42,6 +45,10 @@
|
||||
<property name="draw_value">0</property>
|
||||
<property name="restrict-to-fill-level">0</property>
|
||||
<property name="hexpand">1</property>
|
||||
<property name="width-request">100</property>
|
||||
<layout>
|
||||
<property name="droppable">1</property>
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
@@ -49,6 +56,9 @@
|
||||
<attributes>
|
||||
<attribute name="font-features" value="tnum=1"/>
|
||||
</attributes>
|
||||
<layout>
|
||||
<property name="droppable">3</property>
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
||||
Reference in New Issue
Block a user