Skip to content

Commit dfa73cc

Browse files
committed
fix(ui): add lost support for idea 222 vertical alignment in grid layout
This commit adds support for vertical alignment in the grid layout of the UI. The `VerticalAlign` class is imported and can now be used to specify the vertical alignment of components in the grid layout.
1 parent bb8ced7 commit dfa73cc

File tree

1 file changed

+1
-0
lines changed
  • src/222/main/kotlin/cc/unitmesh/devti

1 file changed

+1
-0
lines changed

src/222/main/kotlin/cc/unitmesh/devti/ui.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package cc.unitmesh.devti
33
import com.intellij.ui.dsl.builder.Cell
44
import com.intellij.ui.dsl.builder.Row
55
import com.intellij.ui.dsl.gridLayout.HorizontalAlign
6+
import com.intellij.ui.dsl.gridLayout.VerticalAlign
67
import javax.swing.JComponent
78

89
fun <T : JComponent> Row.fullWidthCell(component: T): Cell<T> {

0 commit comments

Comments
 (0)