Cleanup account page

- Fix small padding on the right when they is not enough elements for a
  scrollbar to appear (possibly due to a kirigami regression)
- Move account editor to a seperate page
- Cleanup a bit the code style
- Add tooltip to toolbuttons

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
Carl Schwan
2022-07-17 09:57:03 +02:00
parent 1ac79273b6
commit 6c6e408497
4 changed files with 162 additions and 132 deletions

View File

@@ -19,9 +19,10 @@ Kirigami.ScrollablePage {
title: i18nc('@title:window', 'Custom Emojis')
ListView {
anchors.fill: parent
model: CustomEmojiModel {
id: emojiModel
connection: Controller.activeConnection
}