fix fullscreen with new widgets
This commit is contained in:
parent
c031630379
commit
02ee75de4d
2 changed files with 16 additions and 16 deletions
|
|
@ -434,9 +434,10 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
<object class="GtkEventBox">
|
||||
<object class="GtkEventBox" id="cover-box">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<signal name="button-press-event" handler="on_cover-box_button_press_event" swapped="no"/>
|
||||
<child>
|
||||
<object class="GtkImage" id="cover-image">
|
||||
<property name="visible">True</property>
|
||||
|
|
@ -462,7 +463,7 @@
|
|||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<object class="GtkBox" id="cover-info-box">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="orientation">vertical</property>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue