1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:17:44 +00:00

GamesSettings: Add a preview for the current card-game settings :^)

This commit is contained in:
Sam Atkins 2022-08-21 16:07:46 +01:00 committed by Andreas Kling
parent deeef8c412
commit cde4552710
4 changed files with 66 additions and 3 deletions

View file

@ -4,6 +4,33 @@
margins: [8]
}
@GUI::Frame {
name: "cards_preview"
max_height: "shrink"
background_color: "green"
fill_with_background_color: true
layout: @GUI::HorizontalBoxLayout {
margins: [8]
spacing: 8
}
@GUI::Layout::Spacer {}
@GUI::ImageWidget {
name: "cards_preview_card_back"
}
@GUI::ImageWidget {
name: "cards_preview_card_front_ace"
}
@GUI::ImageWidget {
name: "cards_preview_card_front_queen"
}
@GUI::Layout::Spacer {}
}
@GUI::GroupBox {
title: "Background Color"
max_height: "shrink"