We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36ace46 + 9c92c58 commit 194029cCopy full SHA for 194029c
meshroom/ui/qml/Controls/ColorSelector.qml
@@ -33,7 +33,7 @@ MaterialToolButton {
33
"#C16162",
34
]
35
36
- // When a color gets selected/choosen
+ // When a color gets selected/chosen
37
signal colorSelected(var color)
38
39
// Toggles the visibility of the popup
@@ -64,9 +64,9 @@ MaterialToolButton {
64
padding: 4
65
width: (root.height * 4) + (padding * 4)
66
67
- // center the current color
+ // Center the current color on the tool button
68
y: -height
69
- x: -width + root.width + padding
+ x: -width / 2 + (root.width + padding) / 2
70
71
// Layout of the Colors
72
Grid {
0 commit comments