remove deprecated classes

This commit is contained in:
yggverse 2024-12-19 18:52:46 +02:00
parent effb833cd6
commit 4132d734f9
6 changed files with 6 additions and 10 deletions

View file

@ -33,7 +33,6 @@ impl Search {
// Init main container
let g_box = Box::builder()
.css_classes(["osd"])
.homogeneous(true)
.orientation(Orientation::Horizontal)
.valign(Align::Center)