Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PlayWallDesktop
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PlayWall
PlayWallDesktop
Commits
13ae3fdb
Commit
13ae3fdb
authored
Feb 6, 2019
by
Tobias Ullerich
Browse files
Options
Downloads
Patches
Plain Diff
improve touch layout
parent
386678e5
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
PlayWall/src/main/resources/style/touch.css
+6
-10
6 additions, 10 deletions
PlayWall/src/main/resources/style/touch.css
PlayWall/src/main/resources/view/main/touch/Header.fxml
+9
-13
9 additions, 13 deletions
PlayWall/src/main/resources/view/main/touch/Header.fxml
with
15 additions
and
23 deletions
PlayWall/src/main/resources/style/touch.css
+
6
−
10
View file @
13ae3fdb
.menu
.label
{
-fx-font-size
:
2
5
px
;
-fx-font-size
:
2
0
px
;
-fx-padding
:
10px
;
}
.label
{
-fx-font-size
:
20
px
;
-fx-font-size
:
18
px
;
}
.button
{
-fx-font-size
:
20
px
;
-fx-font-size
:
18
px
;
}
.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
This diff is collapsed.
Click to expand it.
PlayWall/src/main/resources/view/main/touch/Header.fxml
+
9
−
13
View file @
13ae3fdb
<?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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment