mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Hide search sensitivity checkbox.
This commit is contained in:
parent
182258761f
commit
b5797503a8
@ -84,6 +84,7 @@ DatabaseWidget::DatabaseWidget(Database* db, QWidget* parent)
|
||||
closeAction->setIcon(closeIcon);
|
||||
m_searchUi->closeSearchButton->setDefaultAction(closeAction);
|
||||
m_searchWidget->hide();
|
||||
m_searchUi->caseSensitiveCheckBox->setVisible(false);
|
||||
|
||||
QVBoxLayout* vLayout = new QVBoxLayout(rightHandSideWidget);
|
||||
vLayout->setMargin(0);
|
||||
|
Loading…
Reference in New Issue
Block a user