Fix bug with leaflet staying unfolded

This commit is contained in:
2022-12-24 20:55:20 -08:00
parent 7833d6fa57
commit 349a6cf756

View File

@@ -57,9 +57,9 @@ Adw.ApplicationWindow mainWindow {
Gtk.ScrolledWindow detailsScroll {
vexpand: true;
width-request: 300;
Adw.Clamp {
width-request: 300;
maximum-size: 450;
margin-end: 12;
tightening-threshold: 400;