diff options
| author | 2020-04-24 18:39:57 +0200 | |
|---|---|---|
| committer | 2020-04-24 17:39:57 +0100 | |
| commit | 04b01512c124c76f3b3d99ba07ef30ea6a90b52f (patch) | |
| tree | 33ffbe9fba1fd762cc7a7997db9764b181f29d7b /build.gradle | |
| parent | Update darcula to fix dark theme (diff) | |
| download | enigma-04b01512c124c76f3b3d99ba07ef30ea6a90b52f.tar.gz enigma-04b01512c124c76f3b3d99ba07ef30ea6a90b52f.tar.xz enigma-04b01512c124c76f3b3d99ba07ef30ea6a90b52f.zip | |
Add a configurable scale factor (#230)
* Add swing-dpi dependency
* Implement scale factor
* Improve custom scale dialog, fix crash
* Remove use of $ in identifiers
* Use custom functional interface for scale listeners
* Bump version
Co-authored-by: modmuss50 <modmuss50@gmail.com>
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index a3763bfb..f771ec7c 100644 --- a/build.gradle +++ b/build.gradle | |||
| @@ -54,6 +54,7 @@ dependencies { | |||
| 54 | implementation 'com.bulenkov:darcula:1.0.0-bobbylight' | 54 | implementation 'com.bulenkov:darcula:1.0.0-bobbylight' |
| 55 | implementation 'de.sciss:syntaxpane:1.2.0' | 55 | implementation 'de.sciss:syntaxpane:1.2.0' |
| 56 | implementation 'me.xdrop:fuzzywuzzy:1.2.0' | 56 | implementation 'me.xdrop:fuzzywuzzy:1.2.0' |
| 57 | implementation 'com.github.lukeu:swing-dpi:0.6' | ||
| 57 | 58 | ||
| 58 | testImplementation 'junit:junit:4.+' | 59 | testImplementation 'junit:junit:4.+' |
| 59 | testImplementation 'org.hamcrest:hamcrest-all:1.+' | 60 | testImplementation 'org.hamcrest:hamcrest-all:1.+' |