fix: tooltips in WCO caption buttons (#44721)
fix: tooltips in WCO capton buttons
This commit is contained in:
parent
8ed48e2295
commit
54d53bfa51
2 changed files with 24 additions and 17 deletions
|
@ -42,9 +42,11 @@ class WinCaptionButtonContainer : public views::View,
|
|||
// See also ClientView::NonClientHitTest.
|
||||
int NonClientHitTest(const gfx::Point& point) const;
|
||||
|
||||
gfx::Size GetButtonSize() const;
|
||||
void SetButtonSize(gfx::Size size);
|
||||
|
||||
// Add tooltip text to caption buttons.
|
||||
void UpdateButtonToolTipsForWindowControlsOverlay();
|
||||
|
||||
// Sets caption button container background color.
|
||||
void UpdateBackground();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue