Skip to content

Commit c32f93b

Browse files
committed
qml: fix sizing of info and gear icon used in navbar buttons
1 parent 15df21c commit c32f93b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/qml/pages/main.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ ApplicationWindow {
5353
navRightDetail: NavButton {
5454
iconSource: "image://images/gear"
5555
iconHeight: 24
56+
iconWidth: 24
5657
onClicked: node_swipe.incrementCurrentIndex()
5758
}
5859
}

src/qml/pages/onboarding/OnboardingCover.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Page {
2121
navRightDetail: NavButton {
2222
iconSource: "image://images/info"
2323
iconHeight: 24
24+
iconWidth: 24
2425
onClicked: {
2526
introductions.incrementCurrentIndex()
2627
}

0 commit comments

Comments
 (0)