mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25: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()
|
gobject: ClampScrollable::builder()
|
||||||
.child(child)
|
.child(child)
|
||||||
.css_classes(["view"])
|
.css_classes(["view"])
|
||||||
.maximum_size(840)
|
.maximum_size(800)
|
||||||
.build(),
|
.build(),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue