diff --git a/src/public/app/layouts/desktop_layout.js b/src/public/app/layouts/desktop_layout.js index 42b04d9df..612f3bfad 100644 --- a/src/public/app/layouts/desktop_layout.js +++ b/src/public/app/layouts/desktop_layout.js @@ -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)