Convert snapshots window to adw.dialog

This commit is contained in:
heliguy
2024-03-27 04:32:26 -04:00
parent fd9698fe74
commit 41e2c7d7ee
4 changed files with 18 additions and 26 deletions

View File

@@ -1,14 +1,13 @@
using Gtk 4.0;
using Adw 1;
template $SnapshotsWindow: Adw.Window {
default-width: 500;
default-height: 455;
modal: true;
template $SnapshotsWindow: Adw.Dialog {
content-width: 500;
content-height: 455;
Adw.ToolbarView main_toolbar_view {
[top]
HeaderBar header_bar {
Adw.HeaderBar header_bar {
[end]
Button open_folder_button {
icon-name: "document-open-symbolic";