update maximum_size

This commit is contained in:
yggverse 2024-10-13 20:49:02 +03:00
parent 28092a2eca
commit b756e3e7c6

View File

@ -13,7 +13,7 @@ impl Widget {
gobject: ClampScrollable::builder()
.child(child)
.css_classes(["view"])
.maximum_size(840)
.maximum_size(800)
.build(),
})
}