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
6925fdd1
Commit
6925fdd1
authored
4 years ago
by
Tobias Ullerich
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup
parent
52923065
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
PlayWall/src/main/java/de/tobias/playpad/viewcontroller/option/project/ProjectSettingsViewController.java
+3
-3
3 additions, 3 deletions
...troller/option/project/ProjectSettingsViewController.java
with
3 additions
and
3 deletions
PlayWall/src/main/java/de/tobias/playpad/viewcontroller/option/project/ProjectSettingsViewController.java
+
3
−
3
View file @
6925fdd1
...
@@ -35,10 +35,10 @@ public class ProjectSettingsViewController extends NVC implements IProjectSettin
...
@@ -35,10 +35,10 @@ public class ProjectSettingsViewController extends NVC implements IProjectSettin
@FXML
@FXML
private
Button
finishButton
;
private
Button
finishButton
;
private
List
<
ProjectSettingsTabViewController
>
tabs
=
new
ArrayList
<>();
private
final
List
<
ProjectSettingsTabViewController
>
tabs
=
new
ArrayList
<>();
private
Project
project
;
private
final
Project
project
;
private
Runnable
onFinish
;
private
final
Runnable
onFinish
;
public
ProjectSettingsViewController
(
Screen
currentScreen
,
Window
owner
,
Project
project
,
Runnable
onFinish
)
{
public
ProjectSettingsViewController
(
Screen
currentScreen
,
Window
owner
,
Project
project
,
Runnable
onFinish
)
{
load
(
"view/option/project"
,
"ProjectSettingsView"
,
Localization
.
getBundle
());
load
(
"view/option/project"
,
"ProjectSettingsView"
,
Localization
.
getBundle
());
...
...
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