fix: make no_plugin_pref window smaller

This commit is contained in:
David Lapshin 2022-09-28 16:08:39 +03:00
parent 20398eae8e
commit 2de7bb0850

View file

@ -4,8 +4,8 @@ using Adw 1;
template GradienceNoPluginPrefWindow: Adw.Window {
title: _("Plugin Preferences");
modal: true;
default-width: 500;
default-height: 500;
default-width: 400;
default-height: 400;
resizable: true;
deletable: true;