mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-08 14:32:39 -04:00
Improve related splitter UX
* Prevent group pane from being hidden just by dragging. Introduce new View menu setting to hide the group pane. * Replace the preview panel "close" icon with a "collapse down" icon making the intention clearer. * Better organize the view menu
This commit is contained in:
parent
8acc54225d
commit
feafceca57
11 changed files with 52 additions and 3 deletions
|
@ -288,6 +288,7 @@ private slots:
|
|||
// Database autoreload slots
|
||||
void reloadDatabaseFile();
|
||||
void restoreGroupEntryFocus(const QUuid& groupUuid, const QUuid& EntryUuid);
|
||||
void onConfigChanged(Config::ConfigKey key);
|
||||
|
||||
private:
|
||||
int addChildWidget(QWidget* w);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue