summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video
diff options
context:
space:
mode:
Diffstat (limited to 'examples/multimedia/video')
-rw-r--r--examples/multimedia/video/recorder/AudioInputSelect.qml6
-rw-r--r--examples/multimedia/video/recorder/CameraSelect.qml3
2 files changed, 7 insertions, 2 deletions
diff --git a/examples/multimedia/video/recorder/AudioInputSelect.qml b/examples/multimedia/video/recorder/AudioInputSelect.qml
index f0def4f91..bb79f2793 100644
--- a/examples/multimedia/video/recorder/AudioInputSelect.qml
+++ b/examples/multimedia/video/recorder/AudioInputSelect.qml
@@ -62,7 +62,11 @@ Row {
AudioInput { id: audioInput; muted: false }
- Switch { id: audioSwitch; height: Style.height; }
+ Switch {
+ id: audioSwitch;
+ height: Style.height;
+ checked: true
+ }
ComboBox {
id: comboBox
diff --git a/examples/multimedia/video/recorder/CameraSelect.qml b/examples/multimedia/video/recorder/CameraSelect.qml
index 8aa8bc2ac..0810d4baf 100644
--- a/examples/multimedia/video/recorder/CameraSelect.qml
+++ b/examples/multimedia/video/recorder/CameraSelect.qml
@@ -68,7 +68,8 @@ Row {
Switch {
id: cameraSwitch
anchors.verticalCenter: parent.verticalCenter
- }
+ checked: true
+ }
ComboBox {
id: comboBox