account-settings: make default size larger

This commit is contained in:
Alexandre Franke 2023-12-21 13:51:38 +01:00
parent 3f46054c27
commit 350d2dacc5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<template class="AccountSettings" parent="AdwPreferencesWindow">
<property name="title" translatable="yes">Account Settings</property>
<property name="search-enabled">false</property>
<property name="default-height">630</property>
<property name="default-height">780</property>
<child>
<object class="AccountSettingsGeneralPage" id="general_page">
<property name="session" bind-source="AccountSettings" bind-property="session" bind-flags="sync-create"/>