Update window buttons margins

pull/25/merge
kateleet 5 years ago
parent 9c175818ff
commit 0df5b53dd0

@ -71,7 +71,7 @@ Window {
FishUI.WindowShadow {
view: control
radius: _background.radius
strength: control.active ? 1.3 : 0.5
strength: control.active ? 1.3 : 0.8
}
// Left bottom edge
@ -298,6 +298,7 @@ Window {
Layout.topMargin: _header.spacing
image.smooth: false
image.antialiasing: true
iconMargins: 2
}
RoundImageButton {
@ -311,6 +312,7 @@ Window {
Layout.topMargin: _header.spacing
image.smooth: false
image.antialiasing: true
iconMargins: 2
}
RoundImageButton {
@ -322,6 +324,7 @@ Window {
Layout.topMargin: _header.spacing
image.smooth: false
image.antialiasing: true
iconMargins: 2
}
}

@ -37,7 +37,7 @@ T.TabBar {
fill: parent
margins: 2
}
color: FishUI.Theme.darkMode ? Qt.lighter(FishUI.Theme.secondBackgroundColor, 2)
color: FishUI.Theme.darkMode ? Qt.lighter(FishUI.Theme.secondBackgroundColor, 2)
: FishUI.Theme.secondBackgroundColor
radius: FishUI.Theme.smallRadius

Loading…
Cancel
Save