Update window buttons margins

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

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

@ -37,7 +37,7 @@ T.TabBar {
fill: parent fill: parent
margins: 2 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 : FishUI.Theme.secondBackgroundColor
radius: FishUI.Theme.smallRadius radius: FishUI.Theme.smallRadius

Loading…
Cancel
Save