mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 13:32:23 +00:00
ThemeEditor: Initialize color input to Gfx::ColorRole::Window
This commit is contained in:
parent
ddc950ce42
commit
a50b937632
Notes:
sideshowbarker
2024-07-18 07:59:26 +09:00
Author: https://github.com/luk1337
Commit: a50b937632
Pull-request: https://github.com/SerenityOS/serenity/pull/9074
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ int main(int argc, char** argv)
|
|||
preview_palette.set_color(role, color_input.color());
|
||||
preview_widget.set_preview_palette(preview_palette);
|
||||
};
|
||||
color_input.set_color(preview_palette.color(Gfx::ColorRole::Window));
|
||||
|
||||
window->resize(480, 385);
|
||||
window->set_resizable(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue