1
Fork 0
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:
tetektoza 2023-09-28 17:06:49 +02:00 committed by Tim Schumacher
parent 935aaab757
commit e26548989a
10 changed files with 281 additions and 233 deletions

View file

@ -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
}
}