Skip to content

Commit

Permalink
Refs #19533: [ARS] Add missing space
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Oct 25, 2023
1 parent e447578 commit 300c134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/DomainGraphLayout.qml
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@ Item
anchors.top: parent.top
anchors.left: parent.left
height: 2* elements_spacing_ + label_height_
width: max_host_width_ +2* elements_spacing_
width: entity_box_width_ + 2*elements_spacing_
color: "white"

// Refresh button
Expand Down

0 comments on commit 300c134

Please sign in to comment.