Settings: improved tabs managment so changing the model actually reorder them properly
+ code formatting
This commit is contained in:
parent
92590eada7
commit
2748e02988
8 changed files with 229 additions and 140 deletions
|
|
@ -371,8 +371,7 @@ NLoader {
|
|||
property bool isSelected: index === selectedIndex
|
||||
color: (appCardArea.containsMouse || isSelected) ? Qt.darker(Colors.mPrimary,
|
||||
1.1) : Colors.mSurface
|
||||
border.color: (appCardArea.containsMouse
|
||||
|| isSelected) ? Colors.mPrimary : "transparent"
|
||||
border.color: (appCardArea.containsMouse || isSelected) ? Colors.mPrimary : "transparent"
|
||||
border.width: (appCardArea.containsMouse || isSelected) ? 2 : 0
|
||||
|
||||
Behavior on color {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue