Skip to content

Commit

Permalink
Fix linux border
Browse files Browse the repository at this point in the history
  • Loading branch information
devkanro committed Oct 12, 2023
1 parent 9f2c0f0 commit 331f8fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ import javax.swing.JFrame
}
}

val undecoratedWindowBorder = if (undecorated && decoratedWindowState.isMaximized) {
val undecoratedWindowBorder = if (undecorated && !decoratedWindowState.isMaximized) {
Modifier.border(
Stroke.Alignment.Inside,
style.metrics.borderWidth,
Expand Down

0 comments on commit 331f8fa

Please sign in to comment.