Convert properties window to adw.dialog

This commit is contained in:
heliguy
2024-03-27 01:49:13 -04:00
parent 76a8e78502
commit e4e09a7b05
2 changed files with 6 additions and 9 deletions

View File

@@ -1,14 +1,13 @@
using Gtk 4.0;
using Adw 1;
template $PropertiesWindow: Adw.Window {
default-width: 350;
default-height: 600;
modal: true;
template $PropertiesWindow: Adw.Dialog {
content-width: 350;
content-height: 600;
Adw.ToolbarView main_toolbar_view {
[top]
HeaderBar header_bar {}
Adw.HeaderBar header_bar {}
content: Adw.ToastOverlay toast_overlay {
Box {