forked from AuroraMiddleware/gtk
app chooser widget: protect against show_all
The visibility of the 'no apps' placeholder is managed by the dialog, it should not be affected by gtk_widget_show_all. https://bugzilla.gnome.org/show_bug.cgi?id=748080
This commit is contained in:
parent
08e25b9ef7
commit
0b86b8b0a1
@ -97,6 +97,7 @@
|
||||
<child type="overlay">
|
||||
<object class="GtkBox" id="no_apps">
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="no-show-all">True</property>
|
||||
<property name="halign">center</property>
|
||||
<property name="valign">center</property>
|
||||
<child>
|
||||
|
Loading…
Reference in New Issue
Block a user