You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by co...@apache.org on 2013/03/14 10:47:29 UTC

svn commit: r1456376 - /syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/Schema.java

Author: coheigea
Date: Thu Mar 14 09:47:28 2013
New Revision: 1456376

URL: http://svn.apache.org/r1456376
Log:
Widen the window for Schema Attributes so that the JEXL question mark appears on the same row

Modified:
    syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/Schema.java

Modified: syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/Schema.java
URL: http://svn.apache.org/viewvc/syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/Schema.java?rev=1456376&r1=1456375&r2=1456376&view=diff
==============================================================================
--- syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/Schema.java (original)
+++ syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/Schema.java Thu Mar 14 09:47:28 2013
@@ -93,7 +93,7 @@ public class Schema extends BasePage {
 
     };
 
-    private static final int WIN_WIDTH = 550;
+    private static final int WIN_WIDTH = 600;
 
     private static final int WIN_HEIGHT = 200;