Gradience/data/ui/shell_prefs_window.blp

18 lines
441 B
Text
Raw Normal View History

using Gtk 4.0;
using Adw 1;
template GradienceShellPrefsWindow : Adw.PreferencesWindow {
title: _("Shell Engine Preferences");
search-enabled: false;
default-height: 620;
default-width: 500;
modal: true;
Adw.PreferencesPage {
Adw.PreferencesGroup custom-colors-group {
title: _("Custom Shell Colors");
description: _("This section allows you to customize colors that will be used in Shell theme.");
}
}
}