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