mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-15 06:51:04 -04:00
Fix layout and alignment of Entry and Group edit views
* Fixes #5321 - Text alignment in the general tab of the entry and group edit views is fixed * Fixes #5300 - Errant scrollbar in the general tab is fixed * Fixes #4852 - Tabbing into notes field works as expected. To tab out, currently only Shift+Tab works.
This commit is contained in:
parent
3c5bd0ff6b
commit
55e4889053
8 changed files with 562 additions and 490 deletions
|
@ -20,6 +20,7 @@
|
|||
|
||||
#include <QComboBox>
|
||||
#include <QScopedPointer>
|
||||
#include <QScrollArea>
|
||||
|
||||
#include "core/Group.h"
|
||||
#include "gui/EditWidget.h"
|
||||
|
@ -78,7 +79,7 @@ private:
|
|||
|
||||
const QScopedPointer<Ui::EditGroupWidgetMain> m_mainUi;
|
||||
|
||||
QPointer<QWidget> m_editGroupWidgetMain;
|
||||
QPointer<QScrollArea> m_editGroupWidgetMain;
|
||||
QPointer<EditWidgetIcons> m_editGroupWidgetIcons;
|
||||
QPointer<EditWidgetProperties> m_editWidgetProperties;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue