ShowWidget: Keep the Frame from filling available the space
This commit is contained in:
parent
1bd6efc0c1
commit
acaa06749e
@ -103,6 +103,7 @@ Sorry, we could not find a description for this Show.</property>
|
|||||||
<object class="GtkFrame">
|
<object class="GtkFrame">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">False</property>
|
<property name="can_focus">False</property>
|
||||||
|
<property name="valign">start</property>
|
||||||
<property name="margin_start">6</property>
|
<property name="margin_start">6</property>
|
||||||
<property name="margin_end">6</property>
|
<property name="margin_end">6</property>
|
||||||
<property name="label_xalign">0</property>
|
<property name="label_xalign">0</property>
|
||||||
@ -111,10 +112,12 @@ Sorry, we could not find a description for this Show.</property>
|
|||||||
<object class="GtkAlignment">
|
<object class="GtkAlignment">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">False</property>
|
<property name="can_focus">False</property>
|
||||||
|
<property name="valign">start</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkListBox" id="episodes">
|
<object class="GtkListBox" id="episodes">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">False</property>
|
<property name="can_focus">False</property>
|
||||||
|
<property name="valign">start</property>
|
||||||
<property name="selection_mode">none</property>
|
<property name="selection_mode">none</property>
|
||||||
<property name="activate_on_single_click">False</property>
|
<property name="activate_on_single_click">False</property>
|
||||||
</object>
|
</object>
|
||||||
@ -126,8 +129,8 @@ Sorry, we could not find a description for this Show.</property>
|
|||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="expand">True</property>
|
<property name="expand">False</property>
|
||||||
<property name="fill">True</property>
|
<property name="fill">False</property>
|
||||||
<property name="position">1</property>
|
<property name="position">1</property>
|
||||||
</packing>
|
</packing>
|
||||||
</child>
|
</child>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user