update to libadwaita 1.5
This commit is contained in:
@ -1,10 +1,8 @@
|
||||
using Gtk 4.0;
|
||||
using Adw 1;
|
||||
|
||||
template $SubscriptionInfoDialog : Adw.Window {
|
||||
modal: true;
|
||||
template $SubscriptionInfoDialog : Adw.Dialog {
|
||||
title: "Subscription Info";
|
||||
width-request: 240;
|
||||
Adw.ToolbarView {
|
||||
[top]
|
||||
Adw.HeaderBar {}
|
||||
|
||||
@ -41,7 +41,7 @@ menu subscription_menu {
|
||||
}
|
||||
|
||||
template $NotifyWindow : Adw.ApplicationWindow {
|
||||
width-request: 240;
|
||||
width-request: 360;
|
||||
height-request: 360;
|
||||
Adw.Breakpoint {
|
||||
condition ("max-width: 640sp")
|
||||
|
||||
Reference in New Issue
Block a user