main-window: Change GtkDialog to GtkWindow

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/729>
This commit is contained in:
Anton Lazarev
2024-04-25 19:45:27 -07:00
parent b2f191eaec
commit 72e3ae36ba
2 changed files with 10 additions and 10 deletions

View File

@@ -70,7 +70,7 @@
</object>
</child>
</template>
<object class="GtkDialog" id="ussd_dialog">
<object class="GtkWindow" id="ussd_dialog">
<property name="modal">True</property>
<property name="default-width">240</property>
<property name="default-height">200</property>
@@ -108,7 +108,7 @@
</child>
</object>
</child>
<child internal-child="content_area">
<child>
<object class="GtkBox">
<property name="hexpand">True</property>
<property name="vexpand">True</property>