mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
main-window: Stop setting ::has-default
https://docs.gtk.org/gtk4/migrating-3to4.html#stop-setting-has-default-and-has-focus-in-ui-files Oddly, there were previously 2 different default widgets? I just chose the first one. Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714>
This commit is contained in:
parent
8b57a05836
commit
732388303a
1 changed files with 1 additions and 4 deletions
|
@ -84,6 +84,7 @@
|
|||
<property name="default-width">240</property>
|
||||
<property name="default-height">200</property>
|
||||
<property name="hide-on-close">True</property>
|
||||
<property name="default-widget">ussd_cancel_button</property>
|
||||
<child type="titlebar">
|
||||
<object class="AdwHeaderBar">
|
||||
<property name="visible">True</property>
|
||||
|
@ -91,8 +92,6 @@
|
|||
<property name="show-end-title-buttons">False</property>
|
||||
<child type="start">
|
||||
<object class="GtkButton" id="ussd_cancel_button">
|
||||
<property name="has-default">True</property>
|
||||
<property name="can-default">True</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="label" translatable="yes">_Cancel</property>
|
||||
<signal name="clicked" handler="window_ussd_cancel_clicked_cb" swapped="yes"/>
|
||||
|
@ -101,8 +100,6 @@
|
|||
<child type="start">
|
||||
<object class="GtkButton" id="ussd_close_button">
|
||||
<property name="visible" bind-source="ussd_cancel_button" bind-property="visible" bind-flags="sync-create|invert-boolean|bidirectional"/>
|
||||
<property name="has-default">True</property>
|
||||
<property name="can-default">True</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="label" translatable="yes">_Close</property>
|
||||
<signal name="clicked" handler="gtk_window_close" object="ussd_dialog" swapped="yes"/>
|
||||
|
|
Loading…
Reference in a new issue