Re: [Cvslog] r20595 - /lyx-devel/trunk/src/insets/InsetBox.cpp

2007-10-02 Thread Martin Vermeer
On Tue, 02 Oct 2007 14:34:27 +0200 Georg Baum <[EMAIL PROTECTED]> wrote: > Martin Vermeer wrote: > > > On Mon, 01 Oct 2007 10:46:14 +0200 > > Uwe Stöhr <[EMAIL PROTECTED]> wrote: > > >> I understand that this behaviour might be confusing, but I'm innocent > >> here. This has been introduced when

Re: [Cvslog] r20595 - /lyx-devel/trunk/src/insets/InsetBox.cpp

2007-10-02 Thread Georg Baum
Martin Vermeer wrote: > On Mon, 01 Oct 2007 10:46:14 +0200 > Uwe Stöhr <[EMAIL PROTECTED]> wrote: >> I understand that this behaviour might be confusing, but I'm innocent >> here. This has been introduced when the box dialog was introduced with >> LyX 1.4.0. I don't know who to blame. IMO you sh

Re: [Cvslog] r20595 - /lyx-devel/trunk/src/insets/InsetBox.cpp

2007-10-01 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > > Right! If that's the way you want it -- Cardinal! Poke him with the soft > >  > cushions! > > Wow a sentence where I had to check my dictionary twice before I understood > it! Thanks for teaching me English. With Google, you would have been directed to the context: http://peop

Re: [Cvslog] r20595 - /lyx-devel/trunk/src/insets/InsetBox.cpp

2007-10-01 Thread Uwe Stöhr
> Right! If that's the way you want it -- Cardinal! Poke him with the soft > cushions! Wow a sentence where I had to check my dictionary twice before I understood it! Thanks for teaching me English. Well, a wise journalist said "Ironic won't be understood by average readers." I'm so average!

Re: [Cvslog] r20595 - /lyx-devel/trunk/src/insets/InsetBox.cpp

2007-10-01 Thread Martin Vermeer
On Mon, 01 Oct 2007 10:46:14 +0200 Uwe Stöhr <[EMAIL PROTECTED]> wrote: > >> As I wrote in the comment above this source code, the Box GUI handles > "special values" line > >> \height, \columnwidth, etc. internally as "in". > > > > This is bad... I thought Germany always used the metrics

Re: [Cvslog] r20595 - /lyx-devel/trunk/src/insets/InsetBox.cpp

2007-10-01 Thread Abdelrazak Younes
Uwe Stöhr wrote: >> As I wrote in the comment above this source code, the Box GUI handles "special values" line >> \height, \columnwidth, etc. internally as "in". > > This is bad... I thought Germany always used the metrics system? And LyX was started by a German, > wasn't it? :-) I u

Re: [Cvslog] r20595 - /lyx-devel/trunk/src/insets/InsetBox.cpp

2007-10-01 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > I'm innocent here Right! If that's the way you want it -- Cardinal! Poke him with the soft cushions! Jürgen

Re: [Cvslog] r20595 - /lyx-devel/trunk/src/insets/InsetBox.cpp

2007-10-01 Thread Uwe Stöhr
>> As I wrote in the comment above this source code, the Box GUI handles "special values" line >> \height, \columnwidth, etc. internally as "in". > > This is bad... I thought Germany always used the metrics system? And LyX was started by a German, > wasn't it? :-) I understand that this be

Re: [Cvslog] r20595 - /lyx-devel/trunk/src/insets/InsetBox.cpp

2007-10-01 Thread Abdelrazak Younes
Uwe Stöhr wrote: > Uwe, why is this hardcoded to "1in"? As I said, the idea is to omit the optional argument when the default is given. Therefore it makes no difference when you set [1\height] or not. When the user don't want to use the optional argument, the default "1\height" is internally

Re: [Cvslog] r20595 - /lyx-devel/trunk/src/insets/InsetBox.cpp

2007-09-30 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > As I said, the idea is to omit the optional argument when the default is > given. Therefore it makes no difference when you set [1\height] or not. > When the user don't want to use the optional argument, the default > "1\height" is internally used and in this case the argument om

Re: [Cvslog] r20595 - /lyx-devel/trunk/src/insets/InsetBox.cpp

2007-09-30 Thread Uwe Stöhr
> Uwe, why is this hardcoded to "1in"? As I said, the idea is to omit the optional argument when the default is given. Therefore it makes no difference when you set [1\height] or not. When the user don't want to use the optional argument, the default "1\height" is internally used and in this ca

Re: [Cvslog] r20595 - /lyx-devel/trunk/src/insets/InsetBox.cpp

2007-09-30 Thread Jürgen Spitzmüller
[EMAIL PROTECTED] wrote: > +   // but when the user has chosen a non-default > inner_pos, the height +   // must be given: > \minipage[pos][height][inner-pos]{width} +   if > (params_.height != Length("1in") || > +