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/10/06 15:04:22 UTC

svn commit: r822259 - in /incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra: TerraFileBrowserSheetSkin.java terra_file_browser_sheet_skin.wtkx

Author: tvolkert
Date: Tue Oct  6 13:04:21 2009
New Revision: 822259

URL: http://svn.apache.org/viewvc?rev=822259&view=rev
Log:
Fixed clipping in TerraFileBrowserSheetSkin during the open transition

Modified:
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraFileBrowserSheetSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/terra_file_browser_sheet_skin.wtkx

Modified: incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraFileBrowserSheetSkin.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraFileBrowserSheetSkin.java?rev=822259&r1=822258&r2=822259&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraFileBrowserSheetSkin.java (original)
+++ incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraFileBrowserSheetSkin.java Tue Oct  6 13:04:21 2009
@@ -75,6 +75,8 @@
     public void install(Component component) {
         super.install(component);
 
+        setPadding(0);
+
         final FileBrowserSheet fileBrowserSheet = (FileBrowserSheet)component;
         final FileBrowserSheet.Mode mode = fileBrowserSheet.getMode();
 

Modified: incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/terra_file_browser_sheet_skin.wtkx
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/terra_file_browser_sheet_skin.wtkx?rev=822259&r1=822258&r2=822259&view=diff
==============================================================================
Binary files - no diff available.