Re: [qooxdoo-devel] Caption bar misbehaviour

2006-03-08 Thread Sebastian Werner
Applied to CVS. Thank you Kent! Sebastian Kent Olsson schrieb: Sebastian! I have attached a patch fixing the caption bar and caption bar title problems. I also added the same overflow hidden with the canvas layout. The reason is that it is not always limited by any resize limitations depen

Re: [qooxdoo-devel] Caption bar misbehaviour

2006-03-07 Thread Kent Olsson
Sebastian! I have attached a patch fixing the caption bar and caption bar title problems. I also added the same overflow hidden with the canvas layout. The reason is that it is not always limited by any resize limitations depending on the widget nesting. Kent On Tue, 2006-03-07 at 09:49 +0100,

Re: [qooxdoo-devel] Caption bar misbehaviour

2006-03-07 Thread Sebastian Werner
Kent Olsson schrieb: Hej Sebastian! If the caption bar is shorter than the width of the caption text title, the text wraps into the next line. The caption bar still has the same size. Here it should be an overflow hidden instead, when windows are resized. Could you contribute a patch to fix th

[qooxdoo-devel] Caption bar misbehaviour

2006-03-06 Thread Kent Olsson
Hej Sebastian! If the caption bar is shorter than the width of the caption text title, the text wraps into the next line. The caption bar still has the same size. Here it should be an overflow hidden instead, when windows are resized. Kent --