fix(client): title bar buttons on horizontal layout

This commit is contained in:
Elian Doran 2024-11-23 13:41:50 +02:00
parent a207fd523a
commit e49f4c3e42
No known key found for this signature in database

View File

@ -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)