From 5ef666154e56e07312595cac744b67c1edd459ac Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Tue, 11 Feb 2025 10:16:15 +0100 Subject: [PATCH] use correct height in css [skip ci] --- src/main/resources/css/dark_theme.css | 12 ++++++------ src/main/resources/css/light_theme.css | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/main/resources/css/dark_theme.css b/src/main/resources/css/dark_theme.css index 72e732f36..abb6efe57 100644 --- a/src/main/resources/css/dark_theme.css +++ b/src/main/resources/css/dark_theme.css @@ -183,8 +183,8 @@ } .main-window .button-bar { - -fx-min-height:44px; - -fx-max-height:44px; + -fx-min-height:42px; + -fx-max-height:42px; -fx-background-color: MAIN_BG; -fx-border-color: CONTROL_BORDER_NORMAL transparent transparent transparent; -fx-border-width: 1px 0 0 0; @@ -195,8 +195,8 @@ -fx-border-width: 0 1px 0 0; -fx-background-color: MAIN_BG; -fx-background-radius: 0px; - -fx-min-height: 44px; - -fx-max-height: 44px; + -fx-min-height: 42px; + -fx-max-height: 42px; } .main-window .button-bar .button-right { @@ -204,8 +204,8 @@ -fx-border-width: 0 0 0 1px; -fx-background-color: MAIN_BG; -fx-background-radius: 0px; - -fx-min-height: 44px; - -fx-max-height: 44px; + -fx-min-height: 42px; + -fx-max-height: 42px; } .main-window .button-bar .button-left:armed { diff --git a/src/main/resources/css/light_theme.css b/src/main/resources/css/light_theme.css index 76d14c239..516dd0b26 100644 --- a/src/main/resources/css/light_theme.css +++ b/src/main/resources/css/light_theme.css @@ -182,8 +182,8 @@ } .main-window .button-bar { - -fx-min-height:44px; - -fx-max-height:44px; + -fx-min-height:42px; + -fx-max-height:42px; -fx-background-color: MAIN_BG; -fx-border-color: CONTROL_BORDER_NORMAL transparent transparent transparent; -fx-border-width: 1px 0 0 0; @@ -194,8 +194,8 @@ -fx-border-width: 0 1px 0 0; -fx-background-color: MAIN_BG; -fx-background-radius: 0px; - -fx-min-height: 44px; - -fx-max-height: 44px; + -fx-min-height: 42px; + -fx-max-height: 42px; } .main-window .button-bar .button-right { @@ -203,8 +203,8 @@ -fx-border-width: 0 0 0 1px; -fx-background-color: MAIN_BG; -fx-background-radius: 0px; - -fx-min-height: 44px; - -fx-max-height: 44px; + -fx-min-height: 42px; + -fx-max-height: 42px; } .main-window .button-bar .button-left:armed {