mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-14 16:09:09 -05:00
Remove offset on username field in classic theme
* Fix #5601 Fix padding offset in editable QComboBox Accepted
This commit is contained in:
parent
260c84ccf0
commit
f9b2cf8484
3 changed files with 9 additions and 4 deletions
|
|
@ -178,9 +178,6 @@ void EditEntryWidget::setupMain()
|
|||
|
||||
m_mainUi->expirePresets->setMenu(createPresetsMenu());
|
||||
connect(m_mainUi->expirePresets->menu(), SIGNAL(triggered(QAction*)), this, SLOT(useExpiryPreset(QAction*)));
|
||||
|
||||
// HACK: Align username text with other line edits. Qt does not let you do this with an application stylesheet.
|
||||
m_mainUi->usernameComboBox->lineEdit()->setStyleSheet("padding-left: 8px;");
|
||||
}
|
||||
|
||||
void EditEntryWidget::setupAdvanced()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue