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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tobias Ingebrigt Ørstad
Progark gruppe 3
Commits
94008d55
Commit
94008d55
authored
5 years ago
by
Haakon Gunleiksrud
Browse files
Options
Downloads
Patches
Plain Diff
#64
Minor UI improvement.
parent
34932d3e
Branches
Branches containing commit
No related tags found
1 merge request
!61
Resolve "Start delay frontend"
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/core/src/com/gameware/game/states/CreateNewTournamentState.java
+1
-1
1 addition, 1 deletion
...rc/com/gameware/game/states/CreateNewTournamentState.java
with
1 addition
and
1 deletion
frontend/core/src/com/gameware/game/states/CreateNewTournamentState.java
+
1
−
1
View file @
94008d55
...
@@ -33,7 +33,7 @@ public class CreateNewTournamentState extends State {
...
@@ -33,7 +33,7 @@ public class CreateNewTournamentState extends State {
private
SelectBox
maxPlayersSelectBox
;
private
SelectBox
maxPlayersSelectBox
;
private
String
roundsPerGameText
=
"Round per game"
;
private
String
roundsPerGameText
=
"Round per game"
;
private
SelectBox
roundsPerGameSelectBox
;
private
SelectBox
roundsPerGameSelectBox
;
private
String
startDelayText
=
"
Time
wait for more \n players before start"
;
private
String
startDelayText
=
"
Hours
wait
ing
for more \n players before start"
;
private
SelectBox
startDelaySelectBox
;
private
SelectBox
startDelaySelectBox
;
private
Label
errorLabel
=
new
Label
(
""
,
skin
,
"error"
);
private
Label
errorLabel
=
new
Label
(
""
,
skin
,
"error"
);
...
...
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