You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/05/27 21:55:22 UTC

svn commit: r779286 - /incubator/pivot/trunk/wtk/src/pivot/wtk/content/TableViewRowEditor.java

Author: tvolkert
Date: Wed May 27 19:55:21 2009
New Revision: 779286

URL: http://svn.apache.org/viewvc?rev=779286&view=rev
Log:
Fixed formatting issue in table view row editor

Modified:
    incubator/pivot/trunk/wtk/src/pivot/wtk/content/TableViewRowEditor.java

Modified: incubator/pivot/trunk/wtk/src/pivot/wtk/content/TableViewRowEditor.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/src/pivot/wtk/content/TableViewRowEditor.java?rev=779286&r1=779285&r2=779286&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/src/pivot/wtk/content/TableViewRowEditor.java (original)
+++ incubator/pivot/trunk/wtk/src/pivot/wtk/content/TableViewRowEditor.java Wed May 27 19:55:21 2009
@@ -391,6 +391,7 @@
         editorScrollPane = new ScrollPane(ScrollPane.ScrollBarPolicy.NEVER, ScrollPane.ScrollBarPolicy.FILL);
         editorCardPane = new CardPane();
         editorTablePane = new TablePane();
+        editorTablePane.getStyles().put("horizontalSpacing", 1);
 
         // Set up the editor component hierarchy
         popup.setContent(editorScrollPane);