mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-18 14:55:49 -04:00
Reduce tab indentation width in notes fields
This commit is contained in:
parent
31c0b23890
commit
cbd5acb642
@ -388,6 +388,7 @@ 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,6 +970,7 @@ 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…
x
Reference in New Issue
Block a user