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

ThemeEditor: Add "alignment" support

This commit is contained in:
Filiph Sandström 2022-01-01 19:19:10 +01:00 committed by Andreas Kling
parent 35dac843b4
commit 022b4a3ed3
2 changed files with 100 additions and 0 deletions

View file

@ -25,6 +25,24 @@
}
}
@GUI::GroupBox {
layout: @GUI::HorizontalBoxLayout {
margins: [4, 4, 4, 4]
}
shrink_to_fit: true
title: "Alignments"
@GUI::ComboBox {
name: "alignment_combo_box"
model_only: true
fixed_width: 230
}
@GUI::ComboBox {
name: "alignment_input"
}
}
@GUI::GroupBox {
layout: @GUI::HorizontalBoxLayout {
margins: [4, 4, 4, 4]