mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 16:19:23 +00:00
GUI: Use Win2K-like "warm gray" color instead of the older colder gray.
Someone suggested this a long time ago and I never got around to it. So here we go, here's the warm gray! I have to admit I like it better. :^)
This commit is contained in:
parent
73d0e7cd8f
commit
315716d193
Notes:
sideshowbarker
2024-07-19 13:26:24 +09:00
Author: https://github.com/awesomekling
Commit: 315716d193
29 changed files with 41 additions and 37 deletions
|
@ -22,7 +22,7 @@ VBForm::VBForm(const String& name, GWidget* parent)
|
|||
{
|
||||
s_current = this;
|
||||
set_fill_with_background_color(true);
|
||||
set_background_color(Color::LightGray);
|
||||
set_background_color(Color::WarmGray);
|
||||
set_greedy_for_hits(true);
|
||||
|
||||
m_context_menu = make<GMenu>("Context menu");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue