forked from AuroraMiddleware/gtk
GtkAboutDialog: prevent unintended visibility
Some of the labels were not marked as no-show-all. But the code clearly tries to manage their visibility, so gtk_widget_show_all() should not affect them. https://bugzilla.gnome.org/show_bug.cgi?id=681484
This commit is contained in:
parent
699e3e2834
commit
7d36488d90
@ -135,6 +135,7 @@
|
||||
<property name="label">version 1.0</property>
|
||||
<property name="justify">center</property>
|
||||
<property name="selectable">True</property>
|
||||
<property name="no-show-all">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
@ -149,6 +150,7 @@
|
||||
<property name="justify">center</property>
|
||||
<property name="wrap">True</property>
|
||||
<property name="selectable">True</property>
|
||||
<property name="no-show-all">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
@ -190,6 +192,7 @@
|
||||
<property name="justify">center</property>
|
||||
<property name="wrap">True</property>
|
||||
<property name="selectable">True</property>
|
||||
<property name="no_show_all">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
@ -205,6 +208,7 @@
|
||||
<property name="justify">center</property>
|
||||
<property name="wrap">True</property>
|
||||
<property name="selectable">True</property>
|
||||
<property name="no-show-all">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
Loading…
Reference in New Issue
Block a user