diff options
author | Antony Baker <jasperodus@zoho.com> | 2018-12-16 11:19:02 +0000 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2018-12-17 10:19:29 +0100 |
commit | 89430dbb8c33f8c0c7b69f36bae73f746010b782 (patch) | |
tree | 20cacdaa1e1a608c6902003519357cb97cefa11f /qml/mw-ui.qml | |
parent | 845b522f93f678b8a95931e26258c0f848f02555 (diff) | |
download | mageiawelcome-89430dbb8c33f8c0c7b69f36bae73f746010b782.tar mageiawelcome-89430dbb8c33f8c0c7b69f36bae73f746010b782.tar.gz mageiawelcome-89430dbb8c33f8c0c7b69f36bae73f746010b782.tar.bz2 mageiawelcome-89430dbb8c33f8c0c7b69f36bae73f746010b782.tar.xz mageiawelcome-89430dbb8c33f8c0c7b69f36bae73f746010b782.zip |
lifted slightly, to be a little more V central within border .
Diffstat (limited to 'qml/mw-ui.qml')
-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 |