Skip to content
Snippets Groups Projects
Commit 7f4e3c47 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

JamiIdentifier: fix reduction overflow

GitLab: #1146
Change-Id: Icafcded965e4517ffd01301ad6f11fbc9d404911
parent 2ef5dcae
Branches
Tags
No related merge requests found
...@@ -33,7 +33,7 @@ Item { ...@@ -33,7 +33,7 @@ Item {
// Background rounded rectangle. // Background rounded rectangle.
Rectangle { Rectangle {
id: outerRect id: outerRect
anchors.fill: parent anchors.fill: columnLayout
radius: 20 radius: 20
color: JamiTheme.secondaryBackgroundColor color: JamiTheme.secondaryBackgroundColor
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment