On Sat, 2008-10-04 at 08:42 +0200, Jürgen Spitzmüller wrote: > Vincent van Ravesteijn wrote: > > InsetBox.cpp: > > > > Corrected text in the box. Currently, the text says only either the > type > > of inner box or the framestyle. > > I think we should construct the label text with bformat. I'm not sure > the > brackets, the comma and the sytactic order of that string are correct > in any > language and script (think of Chinese, Japanese or Arabic > localizations).
Yes, that might be a problem. Then the same also holds for the labelling of floats. > > > GuiBox.cpp: > > > > Some strange things happened when toying with the gui. When > refilling > > the widthUnits box, the current state was not remembered. The > handling > > of the index of the inner box widget was not completely correct when > the > > number of items change. This can be seen when selecting No Frame > twice, > > then Parbox changes into Minipage. > > I cannot reproduce the latter. Can you give a more detailed recipe? 1. Choose Decoration->No Frame. 2. Choose InnerBox->MiniPage. 3. Choose Decoration->No Frame. Now the Minipage automatically changes to Parbox. 1. Choose Decoration->Simple Frame 2. Choose InnerBox->None 3. Choose WidthUnits->ColomnWidth% 4. Choose InnerBox->Minipage Now the width units change to sp. PS. I now see that the Restore button does something else then Restore. PS. I now also see that clicking outside the window removes your input. > Jürgen > Vincent