client: use sane default size for dialogs
This commit is contained in:
parent
41394673d7
commit
f1f1e90208
2 changed files with 4 additions and 3 deletions
|
|
@ -4,8 +4,8 @@
|
|||
<requires lib="gtk+" version="3.20"/>
|
||||
<template class="AccountsEditor" parent="GtkDialog">
|
||||
<property name="modal">True</property>
|
||||
<property name="default_width">360</property>
|
||||
<property name="default_height">450</property>
|
||||
<property name="default_width">800</property>
|
||||
<property name="default_height">650</property>
|
||||
<property name="type_hint">dialog</property>
|
||||
<child type="titlebar">
|
||||
<placeholder/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue