mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:57:46 +00:00
Flood: Get the color scheme from the system theme
This commit is contained in:
parent
800c292be8
commit
1a68977457
7 changed files with 41 additions and 112 deletions
|
@ -14,12 +14,10 @@ class SettingsDialog : public GUI::Dialog {
|
|||
public:
|
||||
size_t board_rows() const { return m_board_rows; }
|
||||
size_t board_columns() const { return m_board_columns; }
|
||||
StringView color_scheme() const { return m_color_scheme; }
|
||||
|
||||
private:
|
||||
SettingsDialog(GUI::Window* parent, size_t board_rows, size_t board_columns, StringView color_scheme);
|
||||
SettingsDialog(GUI::Window* parent, size_t board_rows, size_t board_columns);
|
||||
|
||||
size_t m_board_rows;
|
||||
size_t m_board_columns;
|
||||
DeprecatedString m_color_scheme;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue