mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-05 04:38:10 +08:00
Rework AppWindow using cuba mechanisms #PL-4743
This commit is contained in:
parent
6520edcdd7
commit
68d79e7509
@ -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"/>
|
||||
|
@ -5,6 +5,8 @@
|
||||
|
||||
@include=default-theme.properties
|
||||
|
||||
cuba.web.mainWindow.header.height=40px
|
||||
|
||||
# Overrides
|
||||
|
||||
cuba.gui.AboutWindow.width=500
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user