mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Merge pull request #7196 from HenrikJannsen/Avoid-color-artefacts-at-antialias
Set -fx-font-smoothing-type to grey.
This commit is contained in:
commit
bc31f206c2
@ -111,8 +111,6 @@ public class CommonSetup {
|
||||
}
|
||||
|
||||
protected static void setSystemProperties() {
|
||||
if (Utilities.isLinux())
|
||||
System.setProperty("prism.lcdtext", "false");
|
||||
}
|
||||
|
||||
protected static void setupSigIntHandlers(GracefulShutDownHandler gracefulShutDownHandler) {
|
||||
|
@ -26,6 +26,11 @@
|
||||
-fx-font-family: "IBM Plex Sans";
|
||||
}
|
||||
|
||||
/* Avoid color artefacts at antialias */
|
||||
.text {
|
||||
-fx-font-smoothing-type: gray;
|
||||
}
|
||||
|
||||
/********************************************************************************************************************
|
||||
* *
|
||||
* General *
|
||||
|
Loading…
Reference in New Issue
Block a user