[Commits] (jed) Fixed all of the views to have the same default split percentage.

commits at osafoundation.org commits at osafoundation.org
Thu Sep 16 14:00:23 PDT 2004


Commit by: jed
Modified files:
chandler/parcels/osaf/views/content/parcel.xml 1.70 1.71
chandler/parcels/osaf/views/repositoryviewer/parcel.xml 1.29 1.30

Log message:
Fixed all of the views to have the same default split percentage.

ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/views/content/parcel.xml.diff?r1=text&tr1=1.70&r2=text&tr2=1.71
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/views/repositoryviewer/parcel.xml.diff?r1=text&tr1=1.29&r2=text&tr2=1.30

Index: chandler/parcels/osaf/views/repositoryviewer/parcel.xml
diff -u chandler/parcels/osaf/views/repositoryviewer/parcel.xml:1.29 chandler/parcels/osaf/views/repositoryviewer/parcel.xml:1.30
--- chandler/parcels/osaf/views/repositoryviewer/parcel.xml:1.29	Thu Jul 15 15:27:07 2004
+++ chandler/parcels/osaf/views/repositoryviewer/parcel.xml	Thu Sep 16 14:00:21 2004
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 
-<!-- $Revision: 1.29 $ -->
-<!-- $Date: 2004/07/15 22:27:07 $ -->
+<!-- $Revision: 1.30 $ -->
+<!-- $Date: 2004/09/16 21:00:21 $ -->
 <!-- Copyright (c) 2003 Open Source Applications Foundation -->
 <!-- License: http://osafoundation.org/Chandler_0.1_license_terms.htm -->
 
@@ -54,6 +54,7 @@
 
     <!-- Attributes -->
     <eventBoundary>True</eventBoundary>
+    <splitPercentage>0.4</splitPercentage>
   </SplitterWindow>
   
 </core:Parcel>

Index: chandler/parcels/osaf/views/content/parcel.xml
diff -u chandler/parcels/osaf/views/content/parcel.xml:1.70 chandler/parcels/osaf/views/content/parcel.xml:1.71
--- chandler/parcels/osaf/views/content/parcel.xml:1.70	Thu Sep 16 13:36:50 2004
+++ chandler/parcels/osaf/views/content/parcel.xml	Thu Sep 16 14:00:21 2004
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 
-<!-- $Revision: 1.70 $ -->
-<!-- $Date: 2004/09/16 20:36:50 $ -->
+<!-- $Revision: 1.71 $ -->
+<!-- $Date: 2004/09/16 21:00:21 $ -->
 <!-- Copyright (c) 2004 Open Source Applications Foundation -->
 <!-- License: http://osafoundation.org/Chandler_0.1_license_terms.htm -->
 
@@ -309,7 +309,7 @@
 
     <eventBoundary>True</eventBoundary>
     <border>1.0, 1.0, 1.0, 1.0</border>
-    <splitPercentage>0.2</splitPercentage>
+    <splitPercentage>0.4</splitPercentage>
   </SplitterWindow>
 
   <!-- Task View -->
@@ -321,7 +321,7 @@
 
     <eventBoundary>True</eventBoundary>
     <border>1.0, 1.0, 1.0, 1.0</border>
-    <splitPercentage>0.2</splitPercentage>
+    <splitPercentage>0.4</splitPercentage>
   </SplitterWindow>
 
   <!-- Mail View -->
@@ -333,7 +333,7 @@
 
     <eventBoundary>True</eventBoundary>
     <border>1.0, 1.0, 1.0, 1.0</border>
-    <splitPercentage>0.2</splitPercentage>
+    <splitPercentage>0.4</splitPercentage>
   </SplitterWindow>
 
   <!-- Mixed View -->
@@ -345,6 +345,7 @@
 
     <eventBoundary>True</eventBoundary>
     <border>1.0, 1.0, 1.0, 1.0</border>
+    <splitPercentage>0.4</splitPercentage>
   </SplitterWindow>
 
   <!-- All View -->
@@ -404,6 +405,7 @@
 
     <eventBoundary>True</eventBoundary>
     <border>1.0, 1.0, 1.0, 1.0</border>
+    <splitPercentage>0.4</splitPercentage>
   </SplitterWindow>
 
   <!-- Untitled View -->



More information about the Commits mailing list