Skip to content

Commit

Permalink
add spacing on the left
Browse files Browse the repository at this point in the history
Signed-off-by: youhy <[email protected]>
  • Loading branch information
AzulRadio committed Aug 16, 2022
1 parent a14b378 commit 7b52abf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/gui/plugins/component_inspector/Light.qml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ Rectangle {
Rectangle {
id: content
property bool show: false
width: parent.width
x: 10
width: parent.width - 10
height: show ? grid.height : 0
clip: true
color: "transparent"
Expand Down Expand Up @@ -589,6 +590,7 @@ Rectangle {
text: " Direction"
color: "dimgrey"
width: margin + indentation
font.bold: true
}
}
RowLayout {
Expand Down Expand Up @@ -712,6 +714,7 @@ Rectangle {
text: " Spot features"
color: "dimgrey"
width: margin + indentation
font.bold: true
}
}
RowLayout {
Expand Down

0 comments on commit 7b52abf

Please sign in to comment.