From 8f6066427c7a7362e16c7510c0c769c736beb855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Thu, 30 Mar 2023 19:58:15 +0800 Subject: Tidy up a bit --- Header.ui.qml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/Header.ui.qml b/Header.ui.qml index 7e4cf25..2370c7b 100644 --- a/Header.ui.qml +++ b/Header.ui.qml @@ -41,7 +41,8 @@ ToolBar { verticalCenter: parent.verticalCenter } icon { - source: "https://eduport.webestica.com/assets/images/logo.svg" + source: + "https://eduport.webestica.com/assets/images/logo.svg" width: 115 } background: Rectangle { @@ -144,13 +145,17 @@ ToolBar { } Action { - icon.source:"https://eduport.webestica.com/assets/images/book/02.jpg" - text: "Angular 4 Tutorial in audio (Compact Disk)" + icon.source: + "https://eduport.webestica.com/assets/images/book/02.jpg" + text: + "Angular 4 Tutorial in audio (Compact Disk)" } Action { - icon.source:"https://eduport.webestica.com/assets/images/book/04.jpg" - text: "The Principles of Beautiful Graphics Design (Paperback)" + icon.source: + "https://eduport.webestica.com/assets/images/book/04.jpg" + text: + "The Principles of Beautiful Graphics Design (Paperback)" } Loader { -- cgit v1.2.3