call-window: Remove no-show-all property
https://docs.gtk.org/gtk4/migrating-3to4.html#widgets-are-now-visible-by-default Not sure why it was there in the first place; it was never unset. Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714>
This commit is contained in:
@@ -72,7 +72,6 @@
|
|||||||
<child>
|
<child>
|
||||||
<object class="GtkButton" id="show_calls">
|
<object class="GtkButton" id="show_calls">
|
||||||
<property name="receives_default">True</property>
|
<property name="receives_default">True</property>
|
||||||
<property name="no_show_all">True</property>
|
|
||||||
<signal name="clicked" handler="show_calls_clicked_cb" swapped="no"/>
|
<signal name="clicked" handler="show_calls_clicked_cb" swapped="no"/>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkImage">
|
<object class="GtkImage">
|
||||||
|
Reference in New Issue
Block a user