mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-25 07:10:48 -04:00
Fix Font render issue on Linux
This commit is contained in:
parent
e0afcfdd04
commit
56ca428fe0
4 changed files with 0 additions and 12 deletions
|
@ -140,8 +140,6 @@ public class BitsquareApp extends Application {
|
||||||
if (Utilities.isLinux())
|
if (Utilities.isLinux())
|
||||||
System.setProperty("prism.lcdtext", "false");
|
System.setProperty("prism.lcdtext", "false");
|
||||||
|
|
||||||
Font.loadFont(BitsquareAppMain.class.getResource("../../../lucida-grande.ttf").toExternalForm(), 12);
|
|
||||||
|
|
||||||
Storage.setDatabaseCorruptionHandler((String fileName) -> {
|
Storage.setDatabaseCorruptionHandler((String fileName) -> {
|
||||||
corruptedDatabaseFiles.add(fileName);
|
corruptedDatabaseFiles.add(fileName);
|
||||||
if (mainView != null)
|
if (mainView != null)
|
||||||
|
|
|
@ -23,8 +23,6 @@ bg color of non edit textFields: fafafa
|
||||||
/* Splash */
|
/* Splash */
|
||||||
|
|
||||||
.root {
|
.root {
|
||||||
-fx-font-family: Lucida Grande;
|
|
||||||
|
|
||||||
-bs-grey: #666666;
|
-bs-grey: #666666;
|
||||||
-bs-bg-grey: #dddddd;
|
-bs-bg-grey: #dddddd;
|
||||||
-bs-light-grey: #cccccc;
|
-bs-light-grey: #cccccc;
|
||||||
|
|
Binary file not shown.
|
@ -1,8 +0,0 @@
|
||||||
Release notes:
|
|
||||||
- Bootstrap to all bootstrap nodes
|
|
||||||
- Separeate btc network by directories in data dir
|
|
||||||
- Add support for new release download
|
|
||||||
- Only use mailbox for certain P2P messages
|
|
||||||
- Bootstrap node update
|
|
||||||
- Fix bug with empty log file
|
|
||||||
- Add warning popup when using mainnet
|
|
Loading…
Add table
Add a link
Reference in a new issue