Reverted DarkLAF
On AdoptJDK8 jLabel component text is pixelated, reverting the library fixes it
This commit is contained in:
parent
96935050fb
commit
55d071af32
1 changed files with 7 additions and 2 deletions
9
pom.xml
9
pom.xml
|
@ -225,8 +225,8 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.weisj</groupId>
|
<groupId>com.github.weisj</groupId>
|
||||||
<artifactId>darklaf-core-jawt-dll</artifactId>
|
<artifactId>darklaf-core</artifactId>
|
||||||
<version>2.6.2-jawt-dll-SNAPSHOT</version> <!-- TODO Change to release when ready, see below -->
|
<version>2.6.2-20210719.010320-83</version> <!-- TODO Change to release when ready, see below -->
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- RELEASE VERSION:
|
<!-- RELEASE VERSION:
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -234,6 +234,11 @@
|
||||||
<artifactId>darklaf-core</artifactId>
|
<artifactId>darklaf-core</artifactId>
|
||||||
<version>2.6.2</version>
|
<version>2.6.2</version>
|
||||||
</dependency>-->
|
</dependency>-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.weisj</groupId>
|
||||||
|
<artifactId>darklaf-windows</artifactId>
|
||||||
|
<version>2.6.2-20210719.010320-83</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.weisj</groupId>
|
<groupId>com.github.weisj</groupId>
|
||||||
<artifactId>darklaf-extensions-rsyntaxarea</artifactId>
|
<artifactId>darklaf-extensions-rsyntaxarea</artifactId>
|
||||||
|
|
Loading…
Reference in a new issue