mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 20:57:44 +00:00
GamesSettings: Port GamesSettings to GML compilation
Co-Authored-By: Tim Schumacher <timschumi@gmx.de>
This commit is contained in:
parent
935aaab757
commit
e26548989a
10 changed files with 281 additions and 233 deletions
|
@ -1,4 +1,4 @@
|
|||
@GUI::Frame {
|
||||
@GamesSettings::ChessSettingsWidget {
|
||||
fill_with_background_color: true
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [8]
|
||||
|
@ -29,7 +29,7 @@
|
|||
|
||||
@GUI::ComboBox {
|
||||
name: "piece_set"
|
||||
model_only: true
|
||||
only_allow_values_from_model: true
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -45,7 +45,7 @@
|
|||
|
||||
@GUI::ComboBox {
|
||||
name: "board_theme"
|
||||
model_only: true
|
||||
only_allow_values_from_model: true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue