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

Applications+Games+LibGUI: Fix layout problems

This commit is contained in:
FrHun 2022-06-29 05:05:44 +02:00 committed by Andreas Kling
parent c2d344bd8c
commit f59c167bb0
10 changed files with 34 additions and 41 deletions

View file

@ -41,15 +41,13 @@
spacing: 6
}
@GUI::Frame {
preferred_height: "fit"
@GUI::Label {
background_role: "Base"
shape: "Container"
shadow: "Sunken"
thickness: 2
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {}
@GUI::Label {
name: "terminal_font_label"
}
name: "terminal_font_label"
}
@GUI::Button {
@ -62,7 +60,7 @@
@GUI::GroupBox {
title: "Cursor settings"
shrink_to_fit: true
preferred_height: "fit"
layout: @GUI::VerticalBoxLayout {
margins: [16, 8, 8]
}