fix(client): title bar buttons on horizontal layout

pull/654/head
Elian Doran 2024-11-23 13:41:50 +07:00
parent a207fd523a
commit e49f4c3e42
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

@ -100,7 +100,9 @@ export default class DesktopLayout {
.setParent(appContext)
.optChild(launcherPaneIsHorizontal, new FlexContainer('row')
.child(new TabRowWidget().class("full-width"))
.child(new TitleBarButtonsWidget())
.css('height', '40px')
.css('background-color', 'var(--launcher-pane-background-color)')
.setParent(appContext)
)
.optChild(launcherPaneIsHorizontal, launcherPane)