فهرست منبع

use correct height in css [skip ci]

Armin Schrenk 1 ماه پیش
والد
کامیت
5ef666154e
2فایلهای تغییر یافته به همراه12 افزوده شده و 12 حذف شده
  1. 6 6
      src/main/resources/css/dark_theme.css
  2. 6 6
      src/main/resources/css/light_theme.css

+ 6 - 6
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 {

+ 6 - 6
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 {