[Schmitzm-commits] r977 - branches/2.2.x/src/skrueger/swing
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Aug 12 18:06:36 CEST 2010
Author: alfonx
Date: 2010-08-12 18:06:35 +0200 (Thu, 12 Aug 2010)
New Revision: 977
Modified:
branches/2.2.x/src/skrueger/swing/AtlasDialog.java
Log:
Decreased the insets and gaps of the GUI Layout in AtlasStyler to make the dialog usable with a 800x600 display.
Modified: branches/2.2.x/src/skrueger/swing/AtlasDialog.java
===================================================================
--- branches/2.2.x/src/skrueger/swing/AtlasDialog.java 2010-08-12 14:14:08 UTC (rev 976)
+++ branches/2.2.x/src/skrueger/swing/AtlasDialog.java 2010-08-12 16:06:35 UTC (rev 977)
@@ -36,7 +36,7 @@
private void initDialog() {
- setLayout(new MigLayout());
+ setLayout(new MigLayout("gap 1, inset 1"));
setDefaultCloseOperation(JDialog.DO_NOTHING_ON_CLOSE);
More information about the Schmitzm-commits
mailing list