mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Convert snapshots window to adw.dialog
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user