We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15df21c commit c32f93bCopy full SHA for c32f93b
src/qml/pages/main.qml
@@ -53,6 +53,7 @@ ApplicationWindow {
53
navRightDetail: NavButton {
54
iconSource: "image://images/gear"
55
iconHeight: 24
56
+ iconWidth: 24
57
onClicked: node_swipe.incrementCurrentIndex()
58
}
59
src/qml/pages/onboarding/OnboardingCover.qml
@@ -21,6 +21,7 @@ Page {
21
22
iconSource: "image://images/info"
23
24
25
onClicked: {
26
introductions.incrementCurrentIndex()
27
0 commit comments