mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
UserInterface: more adjustments
This commit is contained in:
@@ -76,7 +76,7 @@ RowLayout {
|
||||
color: Color.mSurface
|
||||
border.color: combo.activeFocus ? Color.mSecondary : Color.mOutline
|
||||
border.width: Style.borderS
|
||||
radius: Style.cRadiusM
|
||||
radius: Style.iRadiusM
|
||||
|
||||
Behavior on border.color {
|
||||
ColorAnimation {
|
||||
@@ -165,7 +165,7 @@ RowLayout {
|
||||
background: Rectangle {
|
||||
anchors.fill: parent
|
||||
color: highlighted ? Color.mHover : Color.transparent
|
||||
radius: Style.cRadiusS
|
||||
radius: Style.iRadiusS
|
||||
Behavior on color {
|
||||
ColorAnimation {
|
||||
duration: Style.animationFast
|
||||
@@ -195,7 +195,7 @@ RowLayout {
|
||||
color: Color.mSurfaceVariant
|
||||
border.color: Color.mOutline
|
||||
border.width: Style.borderS
|
||||
radius: Style.cRadiusM
|
||||
radius: Style.iRadiusM
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user