This commit is contained in:
zhuzichu
2023-08-21 11:51:03 +08:00
parent 997101f349
commit bad1071bb4
3 changed files with 25 additions and 10 deletions

View File

@ -13,6 +13,7 @@ FluWindow {
id: title_bar
title: window.title
visible: window.appBarVisible
icon:"qrc:/example/res/image/favicon.ico"
anchors {
top: parent.top
left: parent.left

View File

@ -29,6 +29,7 @@ FluScrollablePage{
Layout.preferredWidth: 400
Layout.topMargin: 10
Layout.leftMargin: 4
Layout.bottomMargin: 4
color: FluTheme.dark ? FluColors.Black : FluColors.White
FluShadow{
radius: 0