mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 01:51:03 +09:00
WidgetGallery: Repair GML layout on BasicsTab
This commit is contained in:
parent
2ee7c44036
commit
53215be7ae
Notes:
sideshowbarker
2024-07-17 20:58:35 +09:00
Author: https://github.com/frhun
Commit: 53215be7ae
Pull-request: https://github.com/SerenityOS/serenity/pull/14478
Issue: https://github.com/SerenityOS/serenity/issues/14420
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::GroupBox {
|
@GUI::GroupBox {
|
||||||
fixed_height: 95
|
preferred_height: "fit"
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
margins: [8]
|
margins: [8]
|
||||||
}
|
}
|
||||||
|
@ -27,11 +27,13 @@
|
||||||
@GUI::Label {
|
@GUI::Label {
|
||||||
name: "enabled_label"
|
name: "enabled_label"
|
||||||
text: "Label"
|
text: "Label"
|
||||||
|
min_height: 16
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::Label {
|
@GUI::Label {
|
||||||
name: "disabled_label"
|
name: "disabled_label"
|
||||||
text: "Disabled"
|
text: "Disabled"
|
||||||
|
min_height: 16
|
||||||
enabled: false
|
enabled: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue