client: use sane default size for dialogs

This commit is contained in:
Cédric Bellegarde 2023-02-28 23:42:16 +01:00
parent 41394673d7
commit f1f1e90208
2 changed files with 4 additions and 3 deletions

View file

@ -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;

View file

@ -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/>