diff --git a/Platform/Apple/tools/jace/src/main/resources/styles/configuration.css b/Platform/Apple/tools/jace/src/main/resources/styles/configuration.css index fad07cab..a10957e3 100644 --- a/Platform/Apple/tools/jace/src/main/resources/styles/configuration.css +++ b/Platform/Apple/tools/jace/src/main/resources/styles/configuration.css @@ -5,9 +5,3 @@ .mainFxmlClass { } - -.keyboard-shortcut { - margin-left:20px; - background-image: "../jace/data/icon_keyboard.gif"; - background-repeat: no-repeat; -} \ No newline at end of file diff --git a/Platform/Apple/tools/jace/src/main/resources/styles/style.css b/Platform/Apple/tools/jace/src/main/resources/styles/style.css index cf3c0d6a..369f481b 100644 --- a/Platform/Apple/tools/jace/src/main/resources/styles/style.css +++ b/Platform/Apple/tools/jace/src/main/resources/styles/style.css @@ -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; }