We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a179d7 commit 40bc6b5Copy full SHA for 40bc6b5
apps/intellij/src/main/kotlin/dev/nx/console/generate/NxReMoveProjectDialog.kt
@@ -83,6 +83,7 @@ class NxReMoveProjectDialog(
83
model::project.toMutableProperty()
84
)
85
.comment(getShortcutHint())
86
+ .align(AlignX.FILL)
87
88
addDocumentListener(
89
object : BulkAwareDocumentListener.Simple {
@@ -146,6 +147,7 @@ class NxReMoveProjectDialog(
146
147
callback()
148
}
149
150
+
151
private fun getShortcutHint(): String {
152
return "Use ${
153
KeymapUtil.getFirstKeyboardShortcutText(
0 commit comments