feat: add WCO title bar style setters (#33066)
* feat: add wco title bar style setters * return after throwing
This commit is contained in:
parent
4fdf8584ed
commit
f69b59effc
8 changed files with 108 additions and 0 deletions
|
@ -100,6 +100,8 @@ void WinCaptionButton::SetSize(gfx::Size size) {
|
|||
base_width_ = width;
|
||||
if (height > 0)
|
||||
height_ = height;
|
||||
|
||||
InvalidateLayout();
|
||||
}
|
||||
|
||||
int WinCaptionButton::GetBetweenButtonSpacing() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue