1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 16:57:36 +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

@ -1,8 +1,9 @@
@GUI::Widget {
layout: @GUI::VerticalBoxLayout {}
preferred_height: "fit"
@GUI::Widget {
shrink_to_fit: true
preferred_height: "fit"
layout: @GUI::HorizontalBoxLayout {}
@GUI::Label {
@ -12,14 +13,14 @@
@GUI::TextEditor {
name: "formula_editor"
fixed_height: 25
fixed_height: 32
tooltip: "Use 'value' to refer to the current cell's value"
font_type: "FixedWidth"
}
}
@GUI::Widget {
shrink_to_fit: true
preferred_height: "fit"
layout: @GUI::HorizontalBoxLayout {}
@GUI::Label {
@ -33,7 +34,7 @@
}
@GUI::Widget {
shrink_to_fit: true
preferred_height: "fit"
layout: @GUI::HorizontalBoxLayout {}
@GUI::Label {