File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/org/jabref/gui/icon Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ dependencies {
236
236
exclude group : ' org.openjfx'
237
237
}
238
238
implementation ' org.kordamp.ikonli:ikonli-javafx:12.4.0'
239
- implementation ' org.kordamp.ikonli:ikonli-materialdesign2-pack:12.3.1 '
239
+ implementation ' org.kordamp.ikonli:ikonli-materialdesign2-pack:12.4.0 '
240
240
implementation ' com.github.sialcasa.mvvmFX:mvvmfx-validation:f195849ca9' // jitpack
241
241
implementation ' de.saxsys:mvvmfx:1.8.0'
242
242
implementation(' org.jabref:easybind:2.2.1-SNAPSHOT' ) {
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ public enum JabRefIcons implements JabRefIcon {
176
176
REMOVE (MaterialDesignM .MINUS_BOX ),
177
177
REMOVE_NOBOX (MaterialDesignM .MINUS ),
178
178
FILE (MaterialDesignF .FILE_OUTLINE ),
179
- PDF_FILE (MaterialDesignF .FILE_PDF ),
179
+ PDF_FILE (MaterialDesignF .FILE_PDF_BOX ),
180
180
DOI (MaterialDesignB .BARCODE_SCAN ),
181
181
DUPLICATE (MaterialDesignC .CONTENT_DUPLICATE ),
182
182
EDIT (MaterialDesignP .PENCIL ),
You can’t perform that action at this time.
0 commit comments