File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,11 @@ Item {
48
48
Setting {
49
49
Layout .fillWidth : true
50
50
header: qsTr (" About" )
51
- actionItem: NavButton {
52
- iconSource: " image://images/caret-right"
51
+ actionItem: Button {
52
+ icon .source : " image://images/caret-right"
53
+ icon .color : Theme .color .neutral9
54
+ icon .height : 18
55
+ icon .width : 18
53
56
background: null
54
57
onClicked: {
55
58
nodeSettingsView .push (about_page)
@@ -59,8 +62,11 @@ Item {
59
62
Setting {
60
63
Layout .fillWidth : true
61
64
header: qsTr (" Storage" )
62
- actionItem: NavButton {
63
- iconSource: " image://images/caret-right"
65
+ actionItem: Button {
66
+ icon .source : " image://images/caret-right"
67
+ icon .color : Theme .color .neutral9
68
+ icon .height : 18
69
+ icon .width : 18
64
70
background: null
65
71
onClicked: {
66
72
nodeSettingsView .push (storage_page)
@@ -70,8 +76,11 @@ Item {
70
76
Setting {
71
77
Layout .fillWidth : true
72
78
header: qsTr (" Connection" )
73
- actionItem: NavButton {
74
- iconSource: " image://images/caret-right"
79
+ actionItem: Button {
80
+ icon .source : " image://images/caret-right"
81
+ icon .color : Theme .color .neutral9
82
+ icon .height : 18
83
+ icon .width : 18
75
84
background: null
76
85
onClicked: {
77
86
nodeSettingsView .push (connection_page)
You can’t perform that action at this time.
0 commit comments