mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 21:17: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::CardSettingsWidget {
|
||||
fill_with_background_color: true
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [8]
|
||||
|
@ -19,7 +19,7 @@
|
|||
|
||||
@GUI::ColorInput {
|
||||
name: "cards_background_color"
|
||||
has_alpha_channel: false
|
||||
color_has_alpha_channel: false
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
|||
|
||||
@GUI::ComboBox {
|
||||
name: "cards_front_image_set"
|
||||
model_only: true
|
||||
only_allow_values_from_model: true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue