mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 09:47:34 +00:00
ThemeEditor: Add "alignment" support
This commit is contained in:
parent
35dac843b4
commit
022b4a3ed3
2 changed files with 100 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue