found rounding bug in ErrorSideBar when the number of rows is greater than height of application

This commit is contained in:
2016-07-22 21:11:59 +02:00
parent 64d5000b62
commit 83638d918f
4 changed files with 43 additions and 1 deletions

View File

@@ -25,4 +25,6 @@ dependencies {
compile group: 'de.jensd', name: 'fontawesomefx', version: '8.9'
compile group: 'org.controlsfx', name: 'controlsfx', version: '8.40.11'
compile group: 'com.google.code.gson', name: 'gson', version: '2.7'
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.6.2'
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.6.2'
}