main
朱子楚 2023-03-11 21:03:16 +08:00
parent 5917d23286
commit e6d2513482
2 changed files with 5 additions and 5 deletions

View File

@ -105,11 +105,11 @@ Item {
}
color: {
if(FluTheme.isDark){
if((nav_list.currentIndex === position)&&type===0){
return "#2D2D2D"
}
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)
}else{

View File

@ -8,7 +8,7 @@ Item{
property int lineSize: 5
property int size: 180
property int dotSize: 26
property int dotSize: 28
property int value: 50