Port DetailsWindow to libadwaita 1.4

This commit is contained in:
kramo
2023-08-13 13:08:34 +02:00
parent 3ebd2dd883
commit 9670a98246

View File

@@ -13,9 +13,9 @@ template $DetailsWindow : Adw.Window {
} }
} }
Box { Adw.ToolbarView {
orientation: vertical;
[top]
Adw.HeaderBar HeaderBar { Adw.HeaderBar HeaderBar {
show-start-title-buttons: false; show-start-title-buttons: false;
show-end-title-buttons: false; show-end-title-buttons: false;
@@ -35,8 +35,6 @@ template $DetailsWindow : Adw.Window {
} }
Adw.PreferencesPage { Adw.PreferencesPage {
vexpand: true;
Adw.PreferencesGroup cover_group { Adw.PreferencesGroup cover_group {
Adw.Clamp cover_clamp { Adw.Clamp cover_clamp {
maximum-size: 200; maximum-size: 200;