We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2cea1b commit 8b96e6bCopy full SHA for 8b96e6b
jabgui/src/main/resources/org/jabref/gui/libraryproperties/constants/ConstantsProperties.fxml
@@ -9,7 +9,7 @@
9
<?import javafx.scene.layout.VBox?>
10
<?import org.jabref.gui.icon.JabRefIconView?>
11
<fx:root spacing="10.0" type="VBox"
12
- xmlns="http://javafx.com/ja\vafx" xmlns:fx="http://javafx.com/fxml"
+ xmlns="http://javafx.com/javafx" xmlns:fx="http://javafx.com/fxml"
13
fx:controller="org.jabref.gui.libraryproperties.constants.ConstantsPropertiesView">
14
<HBox alignment="BOTTOM_LEFT" spacing="8.0">
15
<Label styleClass="sectionHeader" text="%String constants"/>
0 commit comments