Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
東雲電気通信網株式会社
Music Service
Commits
4a1444a6
Commit
4a1444a6
authored
4 years ago
by
CattenLinger
Browse files
Options
Download
Email Patches
Plain Diff
Commit
parent
8fbe1bcd
master
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cd-bundle-creator/src/main/kotlin/com/shinonometn/music/bundle/creator/view/MainFrame.kt
+1
-1
...in/com/shinonometn/music/bundle/creator/view/MainFrame.kt
cd-bundle-creator/src/main/kotlin/com/shinonometn/music/bundle/creator/view/WorkspaceView.kt
+1
-0
...om/shinonometn/music/bundle/creator/view/WorkspaceView.kt
with
2 additions
and
1 deletion
+2
-1
cd-bundle-creator/src/main/kotlin/com/shinonometn/music/bundle/creator/view/MainFrame.kt
+
1
-
1
View file @
4a1444a6
...
...
@@ -3,7 +3,7 @@ package com.shinonometn.music.bundle.creator.view
import
javafx.scene.Parent
import
tornadofx.*
class
MainFrame
:
View
()
{
class
MainFrame
:
View
(
title
=
"Cue Bundle Creator"
)
{
override
val
root
=
borderpane
{
minWidth
=
640.0
minHeight
=
480.8
...
...
This diff is collapsed.
Click to expand it.
cd-bundle-creator/src/main/kotlin/com/shinonometn/music/bundle/creator/view/WorkspaceView.kt
+
1
-
0
View file @
4a1444a6
...
...
@@ -58,6 +58,7 @@ class WorkspaceViewController : Controller(){
throw
Exception
(
"Directory ${directory.absolutePath} is not exists or is not a directory"
)
logger
.
debug
(
"Open folder ${directory.name} as workspace folder"
)
bundleTitle
=
directory
.
name
createDate
=
LocalDateTime
.
now
()
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets