1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-05-21 20:49:29 +00:00

sip-account-widget: move GtkSizeGroup out of child

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714>
This commit is contained in:
Anton Lazarev 2023-12-17 23:45:51 -08:00
parent 861ea19a62
commit d6918cc946

View file

@ -189,15 +189,15 @@
</object>
</child>
</object>
<object class="GtkSizeGroup">
<widgets>
<widget name="host"/>
<widget name="display_name"/>
<widget name="user"/>
<widget name="password"/>
<widget name="port"/>
</widgets>
</object>
</child>
</template>
<object class="GtkSizeGroup">
<widgets>
<widget name="host"/>
<widget name="display_name"/>
<widget name="user"/>
<widget name="password"/>
<widget name="port"/>
</widgets>
</object>
</interface>