Skip to content

Commit 990f622

Browse files
committed
remove gap
1 parent 9724ec7 commit 990f622

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin/src/main/java/spp/jetbrains/sourcemarker/status/BreakpointStatusBar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ private void initComponents() {
518518
setLayout(new MigLayout(
519519
"hidemode 3",
520520
// columns
521-
"0[fill]" +
521+
"0[fill]0" +
522522
"[grow,fill]" +
523523
"[fill]",
524524
// rows

plugin/src/main/java/spp/jetbrains/sourcemarker/status/BreakpointStatusBar.jfd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ new FormModel {
55
root: new FormRoot {
66
add( new FormContainer( "javax.swing.JPanel", new FormLayoutManager( class net.miginfocom.swing.MigLayout ) {
77
"$layoutConstraints": "hidemode 3"
8-
"$columnConstraints": "0[fill][grow,fill][fill]"
8+
"$columnConstraints": "0[fill]0[grow,fill][fill]"
99
"$rowConstraints": "0[grow]0"
1010
} ) {
1111
name: "this"

0 commit comments

Comments
 (0)