Skip to content
Snippets Groups Projects
Commit 13ae3fdb authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

improve touch layout

parent 386678e5
No related branches found
No related tags found
No related merge requests found
.menu .label {
-fx-font-size: 25px;
-fx-font-size: 20px;
-fx-padding: 10px;
}
.label {
-fx-font-size: 20px;
-fx-font-size: 18px;
}
.button {
-fx-font-size: 20px;
-fx-font-size: 18px;
}
.slider .track {
-fx-pref-height: 15;
}
.slider:vertical .track {
-fx-pref-width: 20;
-fx-pref-height: 15px;
}
.slider .thumb {
-fx-pref-height: 30;
-fx-pref-width: 30;
-fx-pref-height: 25px;
-fx-pref-width: 25px;
}
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.text.Font?>
<HBox fx:id="toolbarHBox" alignment="CENTER_LEFT" maxWidth="1.7976931348623157E308" prefHeight="28.0" prefWidth="586.0"
spacing="14.0" styleClass="tool-bar" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1">
<HBox fx:id="toolbarHBox" alignment="CENTER_LEFT" maxWidth="1.7976931348623157E308" prefHeight="28.0" prefWidth="586.0" spacing="14.0" styleClass="tool-bar" xmlns="http://javafx.com/javafx/8.0.141" xmlns:fx="http://javafx.com/fxml/1">
<children>
<HBox fx:id="pageHBox" alignment="CENTER_LEFT" maxWidth="1.7976931348623157E308" spacing="14.0"
HBox.hgrow="ALWAYS"/>
<HBox fx:id="pageHBox" alignment="CENTER_LEFT" maxWidth="1.7976931348623157E308" spacing="14.0" HBox.hgrow="ALWAYS" />
<HBox fx:id="notFoundContainer" alignment="CENTER" spacing="7.0">
<children>
<Label fx:id="notFoundLabel" />
......@@ -23,7 +20,7 @@
</Label>
</children>
</HBox>
<HBox alignment="CENTER" spacing="7.0" HBox.hgrow="NEVER">
<HBox alignment="CENTER" spacing="14.0" HBox.hgrow="NEVER">
<children>
<Label fx:id="volumeDownLabel">
<font>
......@@ -36,9 +33,8 @@
<Font size="24.0" />
</font>
</Label>
<Button fx:id="closeButton" focusTraversable="false" mnemonicParsing="false"
onAction="#closeMenuItemHandler" text="X"/>
</children>
</HBox>
<Button fx:id="closeButton" focusTraversable="false" mnemonicParsing="false" onAction="#closeMenuItemHandler" text="X" />
</children>
</HBox>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment