feat: change preferences window size

This commit is contained in:
David Lapshin 2022-09-25 22:20:14 +03:00
parent e69be2d5f3
commit 088f70b3df

View file

@ -3,7 +3,7 @@ using Adw 1;
template GradiencePreferencesWindow : Adw.PreferencesWindow {
title: _("Preferences");
default-height: 460;
default-height: 400;
default-width: 600;
modal: true;