summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-bartender/newdrinks.cpp
Unidiff
Diffstat (limited to 'noncore/apps/opie-bartender/newdrinks.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-bartender/newdrinks.cpp1
1 files changed, 1 insertions, 0 deletions
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
@@ -43,12 +43,13 @@ New_Drink::New_Drink( QWidget* parent, const char* name, bool modal, WFlags fl
43 TextLabel2 = new QLabel( this, "TextLabel2" ); 43 TextLabel2 = new QLabel( this, "TextLabel2" );
44 TextLabel2->setText( tr( "Ingredients" ) ); 44 TextLabel2->setText( tr( "Ingredients" ) );
45 45
46 Layout5->addMultiCellWidget( TextLabel2, 1, 1, 0, 0); 46 Layout5->addMultiCellWidget( TextLabel2, 1, 1, 0, 0);
47 47
48 MultiLineEdit1 = new QMultiLineEdit( this, "MultiLineEdit1" ); 48 MultiLineEdit1 = new QMultiLineEdit( this, "MultiLineEdit1" );
49 MultiLineEdit1->setWordWrap(QMultiLineEdit::WidgetWidth);
49 50
50 Layout5->addMultiCellWidget( MultiLineEdit1, 2, 2, 0, 2); 51 Layout5->addMultiCellWidget( MultiLineEdit1, 2, 2, 0, 2);
51} 52}
52 53
53/* 54/*
54 * Destroys the object and frees any allocated resources 55 * Destroys the object and frees any allocated resources