mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
update maximum_size
This commit is contained in:
parent
28092a2eca
commit
b756e3e7c6
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ impl Widget {
|
|||
gobject: ClampScrollable::builder()
|
||||
.child(child)
|
||||
.css_classes(["view"])
|
||||
.maximum_size(840)
|
||||
.maximum_size(800)
|
||||
.build(),
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue