connection-editor: Set default height to 600

If the dialog cannot be resized might as well be big enough to not
require scrolling on a big enough screen.
This commit is contained in:
Maximiliano Sandoval R 2022-06-06 15:57:01 +02:00 committed by Robert Ancell
parent 533b698f60
commit 2252ee27b4

View file

@ -5,7 +5,7 @@
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="default_width">500</property>
<property name="default_height">300</property>
<property name="default_height">600</property>
<!-- This doesn't seem to work for a template, so it is also hardcoded. -->
<property name="use_header_bar">1</property>
<signal name="close-request" handler="close_request_cb" swapped="yes"/>