X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fqt%2Fguiutil.cpp;fp=src%2Fqt%2Fguiutil.cpp;h=da0ca3a3e2000c433550f018ec36d5bfad0f9e73;hb=9955ee51dea6802b1bc45c1ff050a6235d33d32b;hp=bf4c500d0a7094171a15f2caffebe88625873c90;hpb=d816756a75d73c6dc48d7e145cf9b9f8ff178692;p=novacoin.git diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp index bf4c500..da0ca3a 100644 --- a/src/qt/guiutil.cpp +++ b/src/qt/guiutil.cpp @@ -462,8 +462,8 @@ HelpMessageBox::HelpMessageBox(QWidget *parent) : // setMinimumWidth is ignored for QMessageBox so put in non-breaking spaces to make it wider. setText(header + QString(QChar(0x2003)).repeated(50)); setDetailedText(coreOptions + "\n" + uiOptions); - //addButton("OK", QMessageBox::RejectRole); //кнопка OK будет справа от кнопки "Скрыть подробности" - addButton("OK", QMessageBox::NoRole); //кнопка OK будет слева от кнопки "Скрыть подробности" + addButton("OK", QMessageBox::RejectRole); //кнопка OK будет справа от кнопки "Скрыть подробности" + //addButton("OK", QMessageBox::NoRole); //кнопка OK будет слева от кнопки "Скрыть подробности" setMouseTracking(true); setSizeGripEnabled(true); }