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:
parent
533b698f60
commit
2252ee27b4
1 changed files with 1 additions and 1 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue