Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8465d215ec | ||
|
|
d9529883a5 | ||
|
|
2f09179fcf | ||
|
|
8639e8ccba | ||
|
|
6a92ff6823 |
@@ -65,7 +65,7 @@ Rectangle {
|
||||
case StatusFlatRoundButton.Type.Primary:
|
||||
return Theme.palette.primaryColor2;
|
||||
case StatusFlatRoundButton.Type.Secondary:
|
||||
return "transparent";
|
||||
return Theme.palette.baseColor2;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -6,4 +6,6 @@ QtObject {
|
||||
property string name
|
||||
property real width
|
||||
property real height
|
||||
property color color
|
||||
property url source
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user