update
parent
5917d23286
commit
e6d2513482
|
@ -105,11 +105,11 @@ Item {
|
||||||
}
|
}
|
||||||
color: {
|
color: {
|
||||||
if(FluTheme.isDark){
|
if(FluTheme.isDark){
|
||||||
if((nav_list.currentIndex === position)&&type===0){
|
|
||||||
return "#2D2D2D"
|
|
||||||
}
|
|
||||||
if(item_mouse.containsMouse){
|
if(item_mouse.containsMouse){
|
||||||
return "#292929"
|
return Qt.rgba(1,1,1,0.03)
|
||||||
|
}
|
||||||
|
if((nav_list.currentIndex === position)&&type===0){
|
||||||
|
return Qt.rgba(1,1,1,0.06)
|
||||||
}
|
}
|
||||||
return Qt.rgba(0,0,0,0)
|
return Qt.rgba(0,0,0,0)
|
||||||
}else{
|
}else{
|
||||||
|
|
|
@ -8,7 +8,7 @@ Item{
|
||||||
|
|
||||||
property int lineSize: 5
|
property int lineSize: 5
|
||||||
property int size: 180
|
property int size: 180
|
||||||
property int dotSize: 26
|
property int dotSize: 28
|
||||||
|
|
||||||
property int value: 50
|
property int value: 50
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue