mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
add osd class
This commit is contained in:
parent
f5eb9a1280
commit
aafe955a8d
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ impl Search {
|
||||||
|
|
||||||
// Init main container
|
// Init main container
|
||||||
let g_box = Box::builder()
|
let g_box = Box::builder()
|
||||||
|
.css_classes(["osd"])
|
||||||
.homogeneous(true)
|
.homogeneous(true)
|
||||||
.orientation(Orientation::Horizontal)
|
.orientation(Orientation::Horizontal)
|
||||||
.valign(Align::Center)
|
.valign(Align::Center)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue