svn commit: r18441 - trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionShowXMLDump.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: thn
Date: 2010-06-10 12:58:06-0700
New Revision: 18441

Modified:
   trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionShowXMLDump.java

Log:
making the width of the XML dump window more convenient

Modified: trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionShowXMLDump.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionShowXMLDump.java?view=diff&pathrev=18441&r1=18440&r2=18441
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionShowXMLDump.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/ui/cmd/ActionShowXMLDump.java	2010-06-10 12:58:06-0700
@@ -94,7 +94,7 @@
 
 	pw.getContentPane().add(new JScrollPane(a));
 
-	pw.setSize(400, 500);
+	pw.setSize(1000, 500);
 
 	pw.setLocationRelativeTo(ArgoFrame.getFrame());

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2619324

To unsubscribe from this discussion, e-mail: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.