Rework AppWindow using cuba mechanisms #PL-4743

This commit is contained in:
Yuriy Artamonov 2015-05-15 12:03:29 +00:00
parent 6520edcdd7
commit 68d79e7509
3 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<layout expand="foldersSplit">
<hbox id="titleBar" stylename="cuba-app-menubar"
expand="mainMenu" width="100%" height="40px"
expand="mainMenu" width="100%" height="theme://cuba.web.mainWindow.header.height"
spacing="true" margin="false;false;false;true">
<embedded id="logoImage" align="MIDDLE_LEFT" type="IMAGE" stylename="cuba-app-icon"/>

View File

@ -5,6 +5,8 @@
@include=default-theme.properties
cuba.web.mainWindow.header.height=40px
# Overrides
cuba.gui.AboutWindow.width=500

View File

@ -5,6 +5,8 @@
@include=default-theme.properties
cuba.web.mainWindow.header.height=40px
cuba.web.WebWindowManager.forciblyDialog.width=800
cuba.web.WebWindowManager.forciblyDialog.height=500
cuba.web.WebWindowManager.dialog.width=600