summaryrefslogtreecommitdiffstats
path: root/src/qml/FeaturePermissionBar.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/FeaturePermissionBar.qml')
-rw-r--r--src/qml/FeaturePermissionBar.qml15
1 files changed, 3 insertions, 12 deletions
diff --git a/src/qml/FeaturePermissionBar.qml b/src/qml/FeaturePermissionBar.qml
index 0d49604..374c9d7 100644
--- a/src/qml/FeaturePermissionBar.qml
+++ b/src/qml/FeaturePermissionBar.qml
@@ -55,10 +55,7 @@ Rectangle {
}
Rectangle {
color: uiColor
- anchors {
- top: parent.top
- bottom: parent.bottom
- }
+ height: parent.height
Layout.fillWidth: true
Text {
@@ -89,10 +86,7 @@ Rectangle {
}
Rectangle {
width: 1
- anchors {
- top: parent.top
- bottom: parent.bottom
- }
+ height: parent.height
color: uiSeparatorColor
}
@@ -110,10 +104,7 @@ Rectangle {
}
Rectangle {
width: 1
- anchors {
- top: parent.top
- bottom: parent.bottom
- }
+ height: parent.height
color: uiSeparatorColor
}