summaryrefslogtreecommitdiff
path: root/sc/uiconfig
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-03-30 20:32:04 +0200
committerPetr Mladek <pmladek@suse.cz>2011-03-30 20:32:04 +0200
commitac660ccc0c6060c2adb1f83cad8216582190f7a5 (patch)
treec8bb3df7418e2322d3b8a67e71387cba2c82ed63 /sc/uiconfig
parent3c66980129ce21b68d3a90aa3318f3c7ed1d8a58 (diff)
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
Diffstat (limited to 'sc/uiconfig')
-rw-r--r--sc/uiconfig/layout/insert-sheet.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/uiconfig/layout/insert-sheet.xml b/sc/uiconfig/layout/insert-sheet.xml
index 2350da9aec77..35a55e405e7a 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>