File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import QtQuick.Controls
8
8
Button {
9
9
id: root
10
10
property int textSize: 18
11
- property string textColor: Theme .color .neutral9
11
+ property string textColor: Theme .color .orange
12
12
property bool bold: true
13
13
property bool rightalign: false
14
14
font .family : " Inter"
Original file line number Diff line number Diff line change @@ -37,11 +37,7 @@ Page {
37
37
detailActive: true
38
38
detailItem: TextButton {
39
39
text: qsTr (" Connection settings" )
40
- textSize: 18
41
- textColor: Theme .color .orange
42
- onClicked: {
43
- connections .incrementCurrentIndex ()
44
- }
40
+ onClicked: connections .incrementCurrentIndex ()
45
41
}
46
42
lastPage: true
47
43
buttonText: qsTr (" Next" )
Original file line number Diff line number Diff line change @@ -39,11 +39,7 @@ Page {
39
39
Layout .topMargin : 30
40
40
Layout .fillWidth : true
41
41
text: qsTr (" Detailed settings" )
42
- textSize: 18
43
- textColor: " #F7931A"
44
- onClicked: {
45
- storages .incrementCurrentIndex ()
46
- }
42
+ onClicked: storages .incrementCurrentIndex ()
47
43
}
48
44
}
49
45
buttonText: qsTr (" Next" )
You can’t perform that action at this time.
0 commit comments