Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
459150afcf | ||
|
|
321a4a1aba | ||
|
|
77d115e0bb |
@@ -65,7 +65,7 @@ Rectangle {
|
||||
case StatusFlatRoundButton.Type.Primary:
|
||||
return Theme.palette.primaryColor2;
|
||||
case StatusFlatRoundButton.Type.Secondary:
|
||||
return Theme.palette.baseColor2;
|
||||
return "transparent";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -6,6 +6,4 @@ QtObject {
|
||||
property string name
|
||||
property real width
|
||||
property real height
|
||||
property color color
|
||||
property url source
|
||||
}
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
import QtQuick 2.13
|
||||
|
||||
QtObject {
|
||||
id: statusImageSettings
|
||||
|
||||
property url source
|
||||
property real width
|
||||
property real height
|
||||
}
|
||||
|
||||
@@ -3,5 +3,4 @@ module StatusQ.Core
|
||||
StatusBaseText 0.1 StatusBaseText.qml
|
||||
StatusIcon 0.1 StatusIcon.qml
|
||||
StatusIconSettings 0.1 StatusIconSettings.qml
|
||||
StatusImageSettings 0.1 StatusImageSettings.qml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user