Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37723266
en ru br
Репозитории ALT

Группа :: Система/Настройка/Печать
Пакет: kde5-print-manager

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: alt-remove-help-button.patch
Скачать


--- a/add-printer/AddPrinterAssistant.cpp
+++ b/add-printer/AddPrinterAssistant.cpp
@@ -30,12 +30,13 @@ AddPrinterAssistant::AddPrinterAssistant
     // Needed so we have our dialog size saved
     setAttribute(Qt::WA_DeleteOnClose);
 
-    QPushButton *helpButton = buttonBox()->addButton(QDialogButtonBox::Help);
+    QPushButton *helpButton = buttonBox()->button(QDialogButtonBox::Help);
     // Configure the help button to be flat, disabled and empty
     helpButton->setFlat(true);
     helpButton->setEnabled(false);
     helpButton->setIcon(QIcon());
     helpButton->setText(QString());
+    helpButton->hide();
 
     // Setup the busy cursor
     m_busySeq = new KPixmapSequenceOverlayPainter(this);
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin