Fix Font render issue on Linux

This commit is contained in:
Manfred Karrer 2016-04-04 12:52:13 +02:00
parent e0afcfdd04
commit 56ca428fe0
4 changed files with 0 additions and 12 deletions

View File

@ -140,8 +140,6 @@ public class BitsquareApp extends Application {
if (Utilities.isLinux())
System.setProperty("prism.lcdtext", "false");
Font.loadFont(BitsquareAppMain.class.getResource("../../../lucida-grande.ttf").toExternalForm(), 12);
Storage.setDatabaseCorruptionHandler((String fileName) -> {
corruptedDatabaseFiles.add(fileName);
if (mainView != null)

View File

@ -23,8 +23,6 @@ bg color of non edit textFields: fafafa
/* Splash */
.root {
-fx-font-family: Lucida Grande;
-bs-grey: #666666;
-bs-bg-grey: #dddddd;
-bs-light-grey: #cccccc;

View File

@ -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