Skip to content

Commit

Permalink
Fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
phoerious committed Jun 22, 2019
1 parent c3c0048 commit b6121cc
Show file tree
Hide file tree
Showing 2 changed files with 412 additions and 357 deletions.
2 changes: 1 addition & 1 deletion src/gui/DatabaseOpenWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ DatabaseOpenWidget::DatabaseOpenWidget(QWidget* parent)
#endif

#ifndef WITH_XC_TOUCHID
m_ui->checkTouchID->setVisible(false);
m_ui->touchIDContainer->setVisible(false);
#else
if (!TouchID::getInstance().isAvailable()) {
m_ui->checkTouchID->setVisible(false);
Expand Down
Loading

0 comments on commit b6121cc

Please sign in to comment.