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
|
|
@ -106,7 +106,8 @@ public class Components.PreferencesWindow : Hdy.PreferencesWindow {
|
|||
Application.PluginManager plugins) {
|
||||
Object(
|
||||
application: parent.application,
|
||||
default_width: 540,
|
||||
default_width: 800,
|
||||
default_height: 600,
|
||||
transient_for: parent
|
||||
);
|
||||
this.plugins = plugins;
|
||||
|
|
|
|||
|
|
@ -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