mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
UserProfile: add padding to device list
Add the same padding as is applied to long status messages. Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
This commit is contained in:
parent
4c328193ce
commit
7fe62aa4ca
1 changed files with 2 additions and 0 deletions
|
@ -317,6 +317,8 @@ ApplicationWindow {
|
|||
ColumnLayout {
|
||||
spacing: 0
|
||||
|
||||
Layout.leftMargin: Nheko.paddingMedium
|
||||
Layout.rightMargin: Nheko.paddingMedium
|
||||
RowLayout {
|
||||
Text {
|
||||
Layout.fillWidth: true
|
||||
|
|
Loading…
Reference in a new issue