Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Progark gruppe 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Tobias Ingebrigt Ørstad
Progark gruppe 3
Merge requests
!26
Resolve "Options-functionality"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Options-functionality"
32-options-functionality
into
dev
Overview
0
Commits
18
Pipelines
0
Changes
5
Merged
Resolve "Options-functionality"
Haakon Gunleiksrud
requested to merge
32-options-functionality
into
dev
Mar 12, 2020
Overview
0
Commits
18
Pipelines
0
Changes
5
Closes
#32 (closed)
Edited
Mar 22, 2020
by
Haakon Gunleiksrud
0
0
Merge request reports
Compare
dev
version 16
7c90f80f
Mar 22, 2020
version 15
3cc47dcb
Mar 20, 2020
version 14
d0686193
Mar 20, 2020
version 13
8a13b05b
Mar 19, 2020
version 12
a45eeab2
Mar 19, 2020
version 11
353c6287
Mar 17, 2020
version 10
eef3e5cd
Mar 17, 2020
version 9
3f64ebfe
Mar 17, 2020
version 8
bbfc8e8e
Mar 17, 2020
version 7
c87cf334
Mar 16, 2020
version 6
bb7d4fe9
Mar 15, 2020
version 5
72106186
Mar 15, 2020
version 4
2a63352b
Mar 15, 2020
version 3
9ab1fffa
Mar 14, 2020
version 2
5fb17d69
Mar 14, 2020
version 1
8f230e1d
Mar 14, 2020
dev (base)
and
latest version
latest version
62c5d2d1
18 commits,
Mar 22, 2020
version 16
7c90f80f
16 commits,
Mar 22, 2020
version 15
3cc47dcb
15 commits,
Mar 20, 2020
version 14
d0686193
14 commits,
Mar 20, 2020
version 13
8a13b05b
13 commits,
Mar 19, 2020
version 12
a45eeab2
12 commits,
Mar 19, 2020
version 11
353c6287
11 commits,
Mar 17, 2020
version 10
eef3e5cd
10 commits,
Mar 17, 2020
version 9
3f64ebfe
9 commits,
Mar 17, 2020
version 8
bbfc8e8e
8 commits,
Mar 17, 2020
version 7
c87cf334
7 commits,
Mar 16, 2020
version 6
bb7d4fe9
6 commits,
Mar 15, 2020
version 5
72106186
5 commits,
Mar 15, 2020
version 4
2a63352b
4 commits,
Mar 15, 2020
version 3
9ab1fffa
3 commits,
Mar 14, 2020
version 2
5fb17d69
2 commits,
Mar 14, 2020
version 1
8f230e1d
1 commit,
Mar 14, 2020
5 files
+
178
−
23
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
frontend/android/assets/glassy/skin/glassy-ui.json
+
4
−
4
View file @ 62c5d2d1
Edit in single-file editor
Open in Web IDE
Show full file
@@ -22,8 +22,8 @@ com.badlogic.gdx.graphics.Color: {
}
dark-cyan:
{
r:
0
g:
0.
39373153
b:
0.
4333333
g:
0.
59055
b:
0.
65
a:
1
}
white:
{
@@ -93,14 +93,14 @@ com.badlogic.gdx.scenes.scene2d.ui.ImageTextButton$ImageTextButtonStyle: {
com.badlogic.gdx.scenes.scene
2
d.ui.Label$LabelStyle:
{
default:
{
font:
font
fontColor:
black
fontColor:
dark-cyan
}
big:
{
font:
font-big
}
black:
{
font:
font
fontColor:
black
fontColor:
white
}
}
com.badlogic.gdx.scenes.scene
2
d.ui.List$ListStyle:
{
Loading