Revision 18962 trunk/extensions/extRasterTools-SE/src/org/gvsig/rastertools/generictoolbar/GenericToolBarModule.java

View differences:

GenericToolBarModule.java
71 71
					for (int j = 0; j < panel.getComponentCount(); j++) {
72 72
						if (panel.getComponent(i) instanceof JToolBar) {
73 73
							toolBar = new GenericToolBarPanel();
74
							toolBar.setPreferredSize(new Dimension(300, 23));
74
							toolBar.setPreferredSize(new Dimension(300, 26));
75 75
							
76 76
							panel.add(toolBar, BorderLayout.PAGE_START);
77 77
							return toolBar;

Also available in: Unified diff