diff -r 416fdfb666da -r 6c97379c584b QTfrontend/ui/page/pageoptions.cpp --- a/QTfrontend/ui/page/pageoptions.cpp Sun Dec 11 19:57:04 2011 +0100 +++ b/QTfrontend/ui/page/pageoptions.cpp Sun Dec 11 23:15:06 2011 +0300 @@ -408,11 +408,7 @@ QLayout * PageOptions::footerLayoutDefinition() { - QHBoxLayout * bottomLayout = new QHBoxLayout(); - btnSave = addButton(":/res/Save.png", bottomLayout, 0, true); - btnSave->setStyleSheet("QPushButton{margin: 24px 0 0 0;}"); - bottomLayout->setAlignment(btnSave, Qt::AlignRight | Qt::AlignBottom); - return bottomLayout; + return NULL; } void PageOptions::connectSignals()