diff options
-rw-r--r-- | qml/mw-ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml index 3bc5719..d3ae0ea 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -781,7 +781,7 @@ It is highly recommended that you update your system regularly. An Update icon w Row { anchors.right: box.right anchors.bottom: box.bottom - anchors.margins: 5 + anchors.margins: 6 CheckBox { text: qsTr("Show this window at startup") checked: startupcheck |