Skip to content

Commit 40bc6b5

Browse files
authored
fix(intellij): set re/move dialog input field width to fill (#2121)
1 parent 8a179d7 commit 40bc6b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/intellij/src/main/kotlin/dev/nx/console/generate/NxReMoveProjectDialog.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ class NxReMoveProjectDialog(
8383
model::project.toMutableProperty()
8484
)
8585
.comment(getShortcutHint())
86+
.align(AlignX.FILL)
8687

8788
addDocumentListener(
8889
object : BulkAwareDocumentListener.Simple {
@@ -146,6 +147,7 @@ class NxReMoveProjectDialog(
146147
callback()
147148
}
148149
}
150+
149151
private fun getShortcutHint(): String {
150152
return "Use ${
151153
KeymapUtil.getFirstKeyboardShortcutText(

0 commit comments

Comments
 (0)