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
This commit is contained in:
Petr Mladek 2011-03-30 20:32:04 +02:00
parent 3c66980129
commit ac660ccc0c

View file

@ -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>