Index: sources/gui/qml/components/SettingsItem.qml =================================================================== diff -u -r255df1f61af0193b8f2f9630bdf3ce68be0f5e29 -r5c9b16612ce300bba9c6f5a8c04f88a4bd67fefa --- sources/gui/qml/components/SettingsItem.qml (.../SettingsItem.qml) (revision 255df1f61af0193b8f2f9630bdf3ce68be0f5e29) +++ sources/gui/qml/components/SettingsItem.qml (.../SettingsItem.qml) (revision 5c9b16612ce300bba9c6f5a8c04f88a4bd67fefa) @@ -31,8 +31,8 @@ property alias title : _titleText.text; color: "transparent" border.color: "transparent"; - width: 550 - height: 50 + width: Variables.settingsOptionWidth + height: Variables.settingsOptionHeight MouseArea { anchors.fill: parent;