Increase title-bar height

to fit the traffic lights when `titleBarStyle = 'hidden-inset'` is used.
This commit is contained in:
simurai
2016-09-21 15:26:17 +09:00
parent e3ff7e28a1
commit 005e091759

View File

@@ -1,7 +1,7 @@
@import "ui-variables";
@title-bar-text-size: 13px;
@title-bar-height: 23px;
@title-bar-height: 36px;
@title-bar-background-color: @base-background-color;
@title-bar-border-color: @base-border-color;