fix: WCO transparent background (#38693)
* fix: WCO transparency * doc: wco color transparency * fix: transparent buttons when calling setTitleBarOverlay
This commit is contained in:
parent
d95ae19edf
commit
e8fd5fd3a8
4 changed files with 17 additions and 10 deletions
|
@ -41,6 +41,9 @@ class WinCaptionButtonContainer : public views::View,
|
|||
gfx::Size GetButtonSize() const;
|
||||
void SetButtonSize(gfx::Size size);
|
||||
|
||||
// Sets caption button container background color.
|
||||
void UpdateBackground();
|
||||
|
||||
// Sets caption button visibility and enabled state based on window state.
|
||||
// Only one of maximize or restore button should ever be visible at the same
|
||||
// time, and both are disabled in tablet UI mode.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue