mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-25 15:58:16 +00:00
fix(Styles): use Colors
This commit is contained in:
parent
d4e6faffa5
commit
2a1d92fa1f
1 changed files with 14 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
pragma Singleton
|
||||
import QtQuick 2.7
|
||||
|
||||
import Linphone 1.0
|
||||
|
||||
QtObject {
|
||||
property QtObject item: QtObject {
|
||||
property QtObject color: QtObject {
|
||||
property color normal: Colors.k
|
||||
property color pressed: Colors.i
|
||||
property color selected: Colors.k
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue