mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
Remove "Options" tooltip since there are no options for now.
This commit is contained in:
parent
7c903dd2b2
commit
76ffa2e07e
|
@ -83,7 +83,7 @@ TranslateBox::TranslateBox(QWidget *parent) : QWidget(parent),
|
|||
|
||||
QPixmap image(":/icons/system-search.png");
|
||||
translate_line->setButtonPixmap(ExtLineEdit::Left, image.scaled(18, 18, Qt::KeepAspectRatio, Qt::SmoothTransformation));
|
||||
translate_line->setButtonToolTip(ExtLineEdit::Left, tr("Options"));
|
||||
// translate_line->setButtonToolTip(ExtLineEdit::Left, tr("Options"));
|
||||
translate_line->setButtonVisible(ExtLineEdit::Left, true);
|
||||
translate_line->setButtonFocusPolicy(ExtLineEdit::Left, Qt::ClickFocus);
|
||||
|
||||
|
|
Loading…
Reference in a new issue