mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-27 08:19:47 -05: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);
|
closeAction->setIcon(closeIcon);
|
||||||
m_searchUi->closeSearchButton->setDefaultAction(closeAction);
|
m_searchUi->closeSearchButton->setDefaultAction(closeAction);
|
||||||
m_searchWidget->hide();
|
m_searchWidget->hide();
|
||||||
|
m_searchUi->caseSensitiveCheckBox->setVisible(false);
|
||||||
|
|
||||||
QVBoxLayout* vLayout = new QVBoxLayout(rightHandSideWidget);
|
QVBoxLayout* vLayout = new QVBoxLayout(rightHandSideWidget);
|
||||||
vLayout->setMargin(0);
|
vLayout->setMargin(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user