File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 67
67
id: nyukiLeft
68
68
width: 10
69
69
height: 10
70
- color: Theme .qfieldCloudBlue
70
+ color: Theme .qfieldcloudBlue
71
71
x: 84
72
72
y: 84
73
73
radius: 5
92
92
id: nyukiRight
93
93
width: 10
94
94
height: 10
95
- color: Theme .qfieldCloudBlue
95
+ color: Theme .qfieldcloudBlue
96
96
x: 106
97
97
y: 84
98
98
radius: 5
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ Page {
150
150
151
151
Material .accent : {
152
152
if (usage < .9 ) {
153
- return Theme .qfieldCloudBlue ;
153
+ return Theme .qfieldcloudBlue ;
154
154
} else if (usage < .975 ) {
155
155
return Theme .warningColor ;
156
156
} else {
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ QtObject {
106
106
property color bookmarkOrange: " orange"
107
107
property color bookmarkRed: " #c0392b"
108
108
property color bookmarkBlue: " #64b5f6"
109
- property color qfieldCloudBlue : " #4a6fae"
109
+ property color qfieldcloudBlue : " #4a6fae"
110
110
111
111
property color vertexColor: " #FF0000"
112
112
property color vertexColorSemiOpaque: " #40FF0000"
You can’t perform that action at this time.
0 commit comments