Skip to content

Commit 6b0e16b

Browse files
committedMar 22, 2025·
- fix different control sizing in FX dark mode
- fixes #772
1 parent 20f0db3 commit 6b0e16b

File tree

1 file changed

+0
-3
lines changed
  • src/main/resources/mediathek/res/css/javafx-dark-mode

1 file changed

+0
-3
lines changed
 

‎src/main/resources/mediathek/res/css/javafx-dark-mode/style.css

-3
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,6 @@
266266
-fx-background-color: transparent;
267267
background-color: transparent;
268268
-fx-text-fill: #AFB1B3;
269-
-fx-min-height: 25;
270-
min-height: 25;
271-
-fx-pref-height: 25;
272269
}
273270
.check-box > .box{
274271
-fx-background-radius: 0;

0 commit comments

Comments
 (0)
Please sign in to comment.