Closes #117. Feel free to change text for a better one

This commit is contained in:
Hugo Teso 2017-04-10 11:31:34 +02:00
parent 24fd1577e2
commit bee9d28683
2 changed files with 2 additions and 2 deletions

View File

@ -881,7 +881,7 @@ void QRCore::setSettings()
config("asm.tabsonce", "true");
config("asm.tabsoff", "5");
config("asm.nbytes", "10");
config("asm.bbline", "true");
//config("asm.bbline", "true");
config("anal.hasnext", "true");
config("asm.fcncalls", "false");

View File

@ -15,7 +15,7 @@ Omnibar::Omnibar(MainWindow *main, QWidget *parent) :
this->setMinimumHeight(16);
this->setMaximumHeight(16);
this->setFrame(false);
//this->setPlaceholderText("Go to address...");
this->setPlaceholderText("Type flag name or address here");
this->setStyleSheet("border-radius: 5px;");
this->setTextMargins(10, 0, 0, 0);
this->setClearButtonEnabled(true);