Fix broken keyboard icons in config page

This commit is contained in:
Brendan Robert 2024-03-08 14:01:39 -06:00
parent a2141312c4
commit 25c6cfedf4
2 changed files with 1 additions and 7 deletions

View File

@ -5,9 +5,3 @@
.mainFxmlClass {
}
.keyboard-shortcut {
margin-left:20px;
background-image: "../jace/data/icon_keyboard.gif";
background-repeat: no-repeat;
}

View File

@ -11,7 +11,7 @@
}
.setting-keyboard-shortcut {
-fx-graphic: "/jace/data/icon_keyboard.gif";
-fx-graphic: url("../jace/data/icon_keyboard.gif");
-fx-graphic-text-gap: 2;
}