Reduce gap between zoom buttons and zoom selector
This commit is contained in:
parent
0c09ea5ce0
commit
d1656c2954
@ -54,7 +54,7 @@ public class ScaleSelector extends JPanel {
|
|||||||
setZoomText();
|
setZoomText();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
add(button, "gap");
|
add(button);
|
||||||
|
|
||||||
// Zoom level selector
|
// Zoom level selector
|
||||||
String[] settings = SCALE_LABELS;
|
String[] settings = SCALE_LABELS;
|
||||||
@ -94,7 +94,7 @@ public class ScaleSelector extends JPanel {
|
|||||||
update();
|
update();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
add(scaleSelector, "gap rel");
|
add(scaleSelector);
|
||||||
|
|
||||||
// Zoom in button
|
// Zoom in button
|
||||||
button = new SelectColorButton(Icons.ZOOM_IN);
|
button = new SelectColorButton(Icons.ZOOM_IN);
|
||||||
@ -107,7 +107,7 @@ public class ScaleSelector extends JPanel {
|
|||||||
update();
|
update();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
add(button, "gapleft rel");
|
add(button);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user