[Libreoffice-commits] .: sc/uiconfig

Petr Mladek pmladek at kemper.freedesktop.org
Wed Mar 30 11:33:18 PDT 2011


 sc/uiconfig/layout/insert-sheet.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 261796877740acb4cb7187dafd6f7cab52f815c7
Author: Petr Mladek <pmladek at suse.cz>
Date:   Wed Mar 30 20:32:04 2011 +0200

    layout-sc-insert-sheet-no.diff: too small input filed (bnc#559445)
    
    the input field for the number of the sheet was too small
    in the layout dialog

diff --git a/sc/uiconfig/layout/insert-sheet.xml b/sc/uiconfig/layout/insert-sheet.xml
index 2350da9..35a55e4 100644
--- a/sc/uiconfig/layout/insert-sheet.xml
+++ b/sc/uiconfig/layout/insert-sheet.xml
@@ -23,7 +23,7 @@
             </vbox>
             <vbox>
             <hbox>
-                <numericfield has_border="true" maximum="256" minimum="1" repeat="true" id="NF_COUNT" spin="true" spin-size="1" tabstop="true" value="1" cnt:fill="true" cnt:expand="false"/>
+                <numericfield has_border="true" maximum="256" minimum="1" repeat="true" id="NF_COUNT" spin="true" spin-size="1" tabstop="true" value="1" cnt:fill="true" cnt:expand="true"/>
             </hbox>
             <edit has_border="true" id="ED_TABNAME"  cnt:fill="true" cnt:expand="true"/>
             </vbox>


More information about the Libreoffice-commits mailing list