diff --git a/src/controls/Window.qml b/src/controls/Window.qml index a06cdd5..864f636 100644 --- a/src/controls/Window.qml +++ b/src/controls/Window.qml @@ -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 } } diff --git a/src/fish-style/TabBar.qml b/src/fish-style/TabBar.qml index 4a4bde9..446c608 100644 --- a/src/fish-style/TabBar.qml +++ b/src/fish-style/TabBar.qml @@ -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