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.
1 parent 00913e1 commit 16ffc83Copy full SHA for 16ffc83
1 file changed
meshroom/ui/qml/GraphEditor/AttributeItemDelegate.qml
@@ -213,7 +213,10 @@ RowLayout {
213
text: isDisplayed ? MaterialIcons.visibility : MaterialIcons.visibility_off
214
enabled: isDisplayed
215
visible: isDisplayable
216
- font.pointSize: 7
+
217
+ Layout.alignment: Qt.AlignRight
218
+ rightPadding: 5
219
+ font.pointSize: 8
220
}
221
222
MaterialToolButton {
@@ -224,8 +227,8 @@ RowLayout {
224
227
text: MaterialIcons.logout
225
228
font.pointSize: 8
226
229
enabled: shouldBeVisible
- Layout.alignment: Qt.AlignTop | Qt.AlignRight
- topPadding: 7
230
231
+ topPadding: 5
232
visible: shouldBeVisible
233
234
MouseArea {
0 commit comments