mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
undo changes for setTabStopDistance function
This commit is contained in:
parent
cbd5acb642
commit
c6042bce34
2 changed files with 0 additions and 2 deletions
|
@ -388,7 +388,6 @@ void EntryPreviewWidget::updateEntryGeneralTab()
|
|||
} else {
|
||||
m_ui->entryNotesTextEdit->setFont(Font::defaultFont());
|
||||
}
|
||||
m_ui->entryNotesTextEdit->setTabStopDistance(10.0);
|
||||
|
||||
m_ui->entryUrlLabel->setRawText(m_currentEntry->displayUrl().toHtmlEscaped());
|
||||
const QString url = m_currentEntry->url();
|
||||
|
|
|
@ -970,7 +970,6 @@ void EditEntryWidget::setForms(Entry* entry, bool restore)
|
|||
} else {
|
||||
m_mainUi->notesEdit->setFont(Font::defaultFont());
|
||||
}
|
||||
m_mainUi->notesEdit->setTabStopDistance(10.0);
|
||||
|
||||
m_advancedUi->attachmentsWidget->setReadOnly(m_history);
|
||||
m_advancedUi->addAttributeButton->setEnabled(!m_history);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue