Version: 1..5.0 (using KDE KDE 3.5.2) Installed from: Ubuntu Packages Compiler: ubuntu dapper drake gcc OS: Linux Now maybe this is just a case of RTFM, but in that case I have failed to find anything relating to my problem: -- I cannot, in KWORD, configure the values for tab and indent to anything resembling my local (finnish) standard values (both should be 23mm). -- Nowhere in any toolbar, or menu neither, can I find any way to set those to something I can use -- If modifying kword sources and recompliling are the only way to modify tabulator and indent values, you have perpetrated a SERIOUS BUG. -- If they are configurable somewhere, I do wish you would describe the method somewhere an ordinary human being can FIND that desctiption with respect, Juha Mäkinen <juha.makinen@koti.soon.fi>
On Tuesday 02 May 2006 21:15, juha.makinen@koti.soon.fi wrote: > -- I cannot, in KWORD, configure the values for tab and indent to anything resembling my local (finnish) standard values (both should be 23mm). Settings / Configure KWord, indent is at the bottom of the first page, tab is at the bottom of the second page.
THANKS! -- However: I tried that. Did you mean "Paragraph indent by toolbar buttons"? It only gives me 17,64mm, max. It WILL NOT go past that value. Me dunno why... And I _NEED_ 23mm for local, finnish typesetting standards. TAB seems to accept 23mm, though. Juha Mäkinen <juha.makinen@koti.soon.fi>
SVN commit 537284 by dfaure: 50pt is too low, as a maximum for "Paragraph indent by toolbar buttons". BUG: 126635 M +1 -1 KWConfig.cpp --- branches/koffice/1.5/koffice/kword/KWConfig.cpp #537283:537284 @@ -347,7 +347,7 @@ QWhatsThis::add( labelIndent, indentHelp ); indent = new KoUnitDoubleSpinBox( hbIndent, 0.1, - 50, + 5000, 0.1, ptIndent, unit );
You need to log in before you can comment on or make changes to this bug.