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 2.15
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 @@ -38,11 +38,7 @@ Page {
38
38
detailActive: true
39
39
detailItem: TextButton {
40
40
text: qsTr (" Connection settings" )
41
- textSize: 18
42
- textColor: Theme .color .orange
43
- onClicked: {
44
- connections .incrementCurrentIndex ()
45
- }
41
+ onClicked: connections .incrementCurrentIndex ()
46
42
}
47
43
lastPage: true
48
44
buttonText: qsTr (" Next" )
Original file line number Diff line number Diff line change @@ -40,11 +40,7 @@ Page {
40
40
Layout .topMargin : 30
41
41
Layout .fillWidth : true
42
42
text: qsTr (" Detailed settings" )
43
- textSize: 18
44
- textColor: " #F7931A"
45
- onClicked: {
46
- storages .incrementCurrentIndex ()
47
- }
43
+ onClicked: storages .incrementCurrentIndex ()
48
44
}
49
45
}
50
46
buttonText: qsTr (" Next" )
You can’t perform that action at this time.
0 commit comments