Thu, 01 Sep 2022 16:40:39 -0500
Set default sizes for some windows
Testing Done:
Opened PidginConversationWindow, PurpleDebugWindow and PidginPluginsDialog. And the sizes were good.
Reviewed at https://reviews.imfreedom.org/r/1702/
--- a/pidgin/resources/Conversations/window.ui Tue Aug 30 04:21:55 2022 -0500 +++ b/pidgin/resources/Conversations/window.ui Thu Sep 01 16:40:39 2022 -0500 @@ -38,6 +38,8 @@ </object> <template class="PidginConversationWindow" parent="GtkApplicationWindow"> <property name="show-menubar">1</property> + <property name="default-height">450</property> + <property name="default-width">950</property> <child> <object class="GtkEventControllerKey"> <property name="propagation-phase">capture</property> @@ -51,7 +53,7 @@ <object class="GtkPaned" id="paned"> <property name="vexpand">1</property> <property name="focusable">1</property> - <property name="position">100</property> + <property name="position">220</property> <child> <object class="GtkBox"> <property name="margin-top">6</property>
--- a/pidgin/resources/Debug/debug.ui Tue Aug 30 04:21:55 2022 -0500 +++ b/pidgin/resources/Debug/debug.ui Thu Sep 01 16:40:39 2022 -0500 @@ -131,6 +131,8 @@ </object> <template class="PidginDebugWindow" parent="GtkWindow"> <property name="title" translatable="1">Debug Window</property> + <property name="default-height">600</property> + <property name="default-width">250</property> <property name="child"> <object class="GtkBox"> <property name="orientation">vertical</property>
--- a/pidgin/resources/Plugins/dialog.ui Tue Aug 30 04:21:55 2022 -0500 +++ b/pidgin/resources/Plugins/dialog.ui Thu Sep 01 16:40:39 2022 -0500 @@ -25,6 +25,8 @@ <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> <template class="PidginPluginsDialog" parent="GtkDialog"> <property name="title" translatable="1">Plugins</property> + <property name="default-height">700</property> + <property name="default-width">560</property> <signal name="response" handler="pidgin_plugins_dialog_response_cb" swapped="no"/> <child internal-child="content_area"> <object class="GtkBox">