remove entry hexpand

This commit is contained in:
yggverse 2024-12-18 07:00:58 +02:00
parent 7e70bfd87a
commit a9e2e4431f
3 changed files with 5 additions and 2 deletions

View file

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