1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 17:44:56 +09:00

WidgetGallery: Repair GML layout on BasicsTab

This commit is contained in:
FrHun 2022-07-04 05:31:13 +02:00 committed by Andreas Kling
parent 2ee7c44036
commit 53215be7ae
Notes: sideshowbarker 2024-07-17 20:58:35 +09:00

View file

@ -5,7 +5,7 @@
}
@GUI::GroupBox {
fixed_height: 95
preferred_height: "fit"
layout: @GUI::VerticalBoxLayout {
margins: [8]
}
@ -27,11 +27,13 @@
@GUI::Label {
name: "enabled_label"
text: "Label"
min_height: 16
}
@GUI::Label {
name: "disabled_label"
text: "Disabled"
min_height: 16
enabled: false
}
}