|
|
|
@ -357,7 +357,7 @@ RecipeInputDialog::RecipeInputDialog( TQWidget* parent, RecipeDB *db ) : TQVBox(
|
|
|
|
|
ingredientList->setDefaultRenameAction( TQListView::Reject );
|
|
|
|
|
ingredientsLayout->addMultiCellWidget( ingredientList, 3, 9, 1, 3 );
|
|
|
|
|
|
|
|
|
|
TQHBoxLayout *propertyStatusLayout = new TQHBoxLayout( ingredientGBox, 0, 5 );
|
|
|
|
|
TQHBoxLayout *propertyStatusLayout = new TQHBoxLayout( NULL, 0, 5 );
|
|
|
|
|
TQLabel *propertyLabel = new TQLabel( i18n("Property Status:"), ingredientGBox );
|
|
|
|
|
propertyStatusLabel = new TQLabel( ingredientGBox );
|
|
|
|
|
propertyStatusLed = new ClickableLed( ingredientGBox );
|
|
|
|
|