mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 20:36:49 +02:00
Fix 'Recent Activity' indentation
This commit is contained in:
parent
6f5fafb62f
commit
e829bd2919
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ Item {
|
||||||
anchors.top: parent.top;
|
anchors.top: parent.top;
|
||||||
anchors.topMargin: 26;
|
anchors.topMargin: 26;
|
||||||
anchors.left: parent.left;
|
anchors.left: parent.left;
|
||||||
anchors.leftMargin: 30;
|
anchors.leftMargin: 20;
|
||||||
anchors.right: parent.right;
|
anchors.right: parent.right;
|
||||||
anchors.rightMargin: 30;
|
anchors.rightMargin: 30;
|
||||||
height: 30;
|
height: 30;
|
||||||
|
|
Loading…
Reference in a new issue