Skip to content

Commit 55e14ab

Browse files
committed
Fix: enable table antialiasing
1 parent 45c17f4 commit 55e14ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/com/coder/gateway/views/steps/CoderWorkspacesStepView.kt

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ class CoderWorkspacesStepView(val enableNextButtonCallback: (Boolean) -> Unit) :
8484
WorkspaceStatusColumnInfo("Status"))
8585

8686
private var tableOfWorkspaces = TableView(listTableModelOfWorkspaces).apply {
87+
setEnableAntialiasing(true)
8788
rowSelectionAllowed = true
8889
columnSelectionAllowed = false
8990
tableHeader.reorderingAllowed = false

0 commit comments

Comments
 (0)