[jboss-svn-commits] JBL Code SVN: r36426 - labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/client/explorer.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Dec 16 08:29:03 EST 2010


Author: Rikkola
Date: 2010-12-16 08:29:03 -0500 (Thu, 16 Dec 2010)
New Revision: 36426

Modified:
   labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/client/explorer/ClosableLabel.ui.xml
Log:
Set Guvnor editors to be at least 640px width

Modified: labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/client/explorer/ClosableLabel.ui.xml
===================================================================
--- labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/client/explorer/ClosableLabel.ui.xml	2010-12-16 13:12:28 UTC (rev 36425)
+++ labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/client/explorer/ClosableLabel.ui.xml	2010-12-16 13:29:03 UTC (rev 36426)
@@ -1,30 +1,25 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!--
-  Copyright 2010 JBoss Inc
- 
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
- 
-       http://www.apache.org/licenses/LICENSE-2.0
- 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
- -->
+<!-- Copyright 2010 JBoss Inc Licensed under the Apache License, Version 
+	2.0 (the "License"); you may not use this file except in compliance with 
+	the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 
+	Unless required by applicable law or agreed to in writing, software distributed 
+	under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES 
+	OR CONDITIONS OF ANY KIND, either express or implied. See the License for 
+	the specific language governing permissions and limitations under the License. -->
 <!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
 <ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
 	xmlns:gwt='urn:import:com.google.gwt.user.client.ui'>
 
-	<ui:with field='images' type='org.drools.guvnor.client.resources.Images'/>
-	
+	<ui:with field='images' type='org.drools.guvnor.client.resources.Images' />
+
 	<gwt:FocusPanel ui:field="basePanel">
 		<gwt:HorizontalPanel>
 			<gwt:Label ui:field="text"></gwt:Label>
-			<gwt:Image ui:field="closeButton" resource='{images.close}' visible='false' ></gwt:Image>	
+			<gwt:SimplePanel width="10px">
+				<gwt:Image ui:field="closeButton" resource='{images.close}'
+					visible='false'></gwt:Image>
+			</gwt:SimplePanel>
 		</gwt:HorizontalPanel>
 	</gwt:FocusPanel>
-	
+
 </ui:UiBinder>
\ No newline at end of file



More information about the jboss-svn-commits mailing list