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
!100
Resolve "Last day changes"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Last day changes"
97-last-day-changes
into
dev
Overview
0
Commits
3
Pipelines
0
Changes
3
Merged
Resolve "Last day changes"
Turid Cecilie Dahl
requested to merge
97-last-day-changes
into
dev
Apr 17, 2020
Overview
0
Commits
3
Pipelines
0
Changes
3
Closes
#97 (closed)
Edited
Apr 17, 2020
by
Turid Cecilie Dahl
0
0
Merge request reports
Compare
dev
version 1
edef33e7
Apr 17, 2020
dev (base)
and
latest version
latest version
3b0d79fa
3 commits,
Apr 17, 2020
version 1
edef33e7
1 commit,
Apr 17, 2020
3 files
+
15
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
frontend/core/src/com/gameware/game/states/CreateNewTournamentState.java
+
1
−
1
View file @ 3b0d79fa
Edit in single-file editor
Open in Web IDE
Show full file
@@ -147,7 +147,7 @@ public class CreateNewTournamentState extends State {
innerTable
.
setBackground
(
backgroundTableBlueRounded
);
innerTable
.
add
(
makeRow
(
nameLabel
,
nameDialog
));
nameInputField
.
setMaxLength
(
10
);
nameInputField
.
setMaxLength
(
9
);
innerTable
.
add
(
nameInputField
).
size
(
nameFieldWidth
,
inputFieldHeight
);
innerTable
.
row
();
removeKeyPadAtTouch
();
Loading