mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 18:38:51 +00:00
Closes #117. Feel free to change text for a better one
This commit is contained in:
parent
24fd1577e2
commit
bee9d28683
@ -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");
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user