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