tab styling changes

This commit is contained in:
zadam
2021-05-23 21:24:22 +02:00
parent e924662a29
commit 85933771f8
2 changed files with 22 additions and 31 deletions

View File

@@ -183,7 +183,7 @@ export default class DesktopLayout {
.child(new FlexContainer('row').overflowing()
.child(new TabRowWidget())
.child(new TitleBarButtonsWidget())
.css('height', '36px')
.css('height', '40px')
)
.child(new PaneContainer(() =>
new FlexContainer('column')