diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-30 19:58:15 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-30 19:58:15 +0800 |
commit | 8f6066427c7a7362e16c7510c0c769c736beb855 (patch) | |
tree | 09e38d9fbf87b8f96dbbb29e55192c5f8dc69f32 | |
parent | 34a047935a4221291a59ec3dfc63eceb012f284c (diff) |
Tidy up a bit
-rw-r--r-- | Header.ui.qml | 15 |
1 files 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 { |