1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 16:32:33 +02:00

Fix some heights

This commit is contained in:
kelteseth 2018-02-23 14:49:24 +01:00
parent 0291be56f6
commit 4d1a4c8330

View File

@ -1,6 +1,7 @@
import QtQuick 2.9
import QtQuick.Controls 2.3
import QtQuick.Dialogs 1.2
import QtQuick.Layouts 1.3
import QtGraphicalEffects 1.0
import Qt.labs.platform 1.0
@ -55,7 +56,7 @@ Item {
Item {
id: settingsGeneralWrapper
height: 390
height: 420
width: parent.width
RectangularGlow {
@ -125,6 +126,7 @@ Item {
SettingsHorizontalSeperator {
}
SettingBool {
height: 70
headline: qsTr("Send anonymous crash reports and statistics")
description: qsTr("Help us make ScreenPlay faster and more stable. All collected data is purely anonymous and only used for development purposes!")
isChecked: screenPlaySettings.sendStatistics
@ -133,6 +135,7 @@ Item {
screenPlaySettings.writeSingleSettingConfig(
"sendStatistics", checked)
}
}
SettingsHorizontalSeperator {
}