1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 21:37:35 +00:00

Spreadsheet: Use new layout system

This commit is contained in:
FrHun 2022-02-22 19:59:44 +01:00 committed by Andreas Kling
parent 39c8590720
commit 93112458b8
3 changed files with 8 additions and 7 deletions

View file

@ -11,7 +11,7 @@
}
@GUI::Widget {
shrink_to_fit: true
preferred_height: "fit"
layout: @GUI::HorizontalBoxLayout {
spacing: 10
}