Update Blueprint syntax for 0.8

This commit is contained in:
kramo
2023-05-16 13:56:43 +02:00
parent cd7e5a5de0
commit 19c7148ee6
4 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
using Gtk 4.0;
using Adw 1;
template DetailsWindow : Adw.Window {
template $DetailsWindow : Adw.Window {
default-width: 500;
default-height: -1;
modal: true;
@@ -119,7 +119,7 @@ template DetailsWindow : Adw.Window {
icon-name: "help-about-symbolic";
popover: Popover {
visible: bind exec_info_button.active bidirectional;
visible: bind-property exec_info_button.active bidirectional;
Label exec_info_label {
use-markup: true;