Index: /applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/panels/PanelSectors.java
===================================================================
--- /applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/panels/PanelSectors.java	(revision 27384)
+++ /applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/panels/PanelSectors.java	(revision 27385)
@@ -69,5 +69,5 @@
 		getContentPane().add(panel);
 
-		table.setSize(860, ((table.getRowCount() * 16) + 24));
+		table.setSize(860, ((table.getRowCount() * 16) + 28));
 		
 		table.setDefaultRenderer(String.class, new CentreRenderer());
@@ -278,7 +278,7 @@
 	public void addSector(int idx) {
 		dlg.panelMain.mark.addLight(idx);
-		table.setSize(860, ((table.getRowCount() * 16) + 24));
+		table.setSize(860, ((table.getRowCount() * 16) + 28));
 		if (table.getRowCount() > 3) {
-			setSize(900, ((table.getRowCount() * 16) + 44));
+			setSize(900, ((table.getRowCount() * 16) + 48));
 		} else {
 			setSize(900, 100);
@@ -289,7 +289,7 @@
 		if (idx > 0) {
 			dlg.panelMain.mark.delLight(idx);
-			table.setSize(860, ((table.getRowCount() * 16) + 24));
+			table.setSize(860, ((table.getRowCount() * 16) + 28));
 			if (table.getRowCount() > 3) {
-				setSize(900, ((table.getRowCount() * 16) + 44));
+				setSize(900, ((table.getRowCount() * 16) + 48));
 			} else {
 				setSize(900, 100);
@@ -300,7 +300,7 @@
 	public void syncPanel() {
 		table.updateUI();
-		table.setSize(860, ((table.getRowCount() * 16) + 24));
+		table.setSize(860, ((table.getRowCount() * 16) + 28));
 		if (table.getRowCount() > 3) {
-			setSize(900, ((table.getRowCount() * 16) + 44));
+			setSize(900, ((table.getRowCount() * 16) + 48));
 		} else {
 			setSize(900, 100);
