Convert remotes window to adw.dialog

This commit is contained in:
heliguy
2024-03-27 05:27:53 -04:00
parent 41e2c7d7ee
commit a9ae4a1a1f
3 changed files with 14 additions and 21 deletions

View File

@@ -1,10 +1,10 @@
using Gtk 4.0;
using Adw 1;
template $RemotesWindow: Adw.Window {
template $RemotesWindow: Adw.Dialog {
title: _("Manage Remotes");
default-width: 500;
default-height: 450;
content-width: 500;
content-height: 450;
Adw.ToolbarView main_toolbar_view {
[top]