From 02395040e422485ceb2fa435a3fb30879d5f3df2 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Mon, 27 Dec 2004 23:41:09 +0000 Subject: new code from Paul Eggleton --- (limited to 'noncore/apps/opie-bartender/newdrinks.cpp') diff --git a/noncore/apps/opie-bartender/newdrinks.cpp b/noncore/apps/opie-bartender/newdrinks.cpp index a7ada3a..2540fb1 100644 --- a/noncore/apps/opie-bartender/newdrinks.cpp +++ b/noncore/apps/opie-bartender/newdrinks.cpp @@ -46,6 +46,7 @@ New_Drink::New_Drink( QWidget* parent, const char* name, bool modal, WFlags fl Layout5->addMultiCellWidget( TextLabel2, 1, 1, 0, 0); MultiLineEdit1 = new QMultiLineEdit( this, "MultiLineEdit1" ); + MultiLineEdit1->setWordWrap(QMultiLineEdit::WidgetWidth); Layout5->addMultiCellWidget( MultiLineEdit1, 2, 2, 0, 2); } -- cgit v0.9.0.2