qsos-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qsos-commits] qsos/apps/tpl-xuleditor/chrome/content editor.xul


From: Raphaël Semeteys
Subject: [Qsos-commits] qsos/apps/tpl-xuleditor/chrome/content editor.xul
Date: Sun, 14 Oct 2007 13:02:20 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Raphaël Semeteys <rsemeteys>   07/10/14 13:02:20

Modified files:
        apps/tpl-xuleditor/chrome/content: editor.xul 

Log message:
        Fixed scrollbar problem

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/tpl-xuleditor/chrome/content/editor.xul?cvsroot=qsos&r1=1.5&r2=1.6

Patches:
Index: editor.xul
===================================================================
RCS file: /sources/qsos/qsos/apps/tpl-xuleditor/chrome/content/editor.xul,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- editor.xul  28 Nov 2006 17:43:37 -0000      1.5
+++ editor.xul  14 Oct 2007 13:02:20 -0000      1.6
@@ -49,13 +49,14 @@
                </menubar>
        </toolbox>
        <hbox flex = "1">
-               <vbox>
-                       <tree id="mytree" context="element-popup" width="300px" 
onselect="treeselect(this);" flex="1">
+                
+                  <tree id="mytree" context="element-popup" width="300px" 
hidecolumnpicker="true"  onselect="treeselect(this);">
                        <treecols>
                                <treecol id="name" label="&name.label;" 
primary="true" flex="1"/>
                        </treecols>
                        </tree>
-               </vbox>
+               
+                <splitter/>
                <vbox flex = "1">
                        <groupbox id="g-template">
                                <caption><label 
value="&g-template.label;"/></caption>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]