mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 22:22:54 +02:00
Merge pull request #15630 from zfox23/SUI/settingsFixes02
Fix BUGZ-312; BUGZ-311
This commit is contained in:
commit
2bf95fe683
2 changed files with 11 additions and 11 deletions
|
@ -69,8 +69,8 @@ Flickable {
|
||||||
SimplifiedControls.Slider {
|
SimplifiedControls.Slider {
|
||||||
id: peopleVolume
|
id: peopleVolume
|
||||||
Layout.preferredWidth: parent.width
|
Layout.preferredWidth: parent.width
|
||||||
|
Layout.preferredHeight: 30
|
||||||
Layout.topMargin: simplifiedUI.margins.settings.settingsGroupTopMargin
|
Layout.topMargin: simplifiedUI.margins.settings.settingsGroupTopMargin
|
||||||
height: 30
|
|
||||||
labelText: "People Volume"
|
labelText: "People Volume"
|
||||||
from: simplifiedUI.numericConstants.mutedValue
|
from: simplifiedUI.numericConstants.mutedValue
|
||||||
to: 20.0
|
to: 20.0
|
||||||
|
@ -96,8 +96,8 @@ Flickable {
|
||||||
SimplifiedControls.Slider {
|
SimplifiedControls.Slider {
|
||||||
id: environmentVolume
|
id: environmentVolume
|
||||||
Layout.preferredWidth: parent.width
|
Layout.preferredWidth: parent.width
|
||||||
|
Layout.preferredHeight: 30
|
||||||
Layout.topMargin: 2
|
Layout.topMargin: 2
|
||||||
height: 30
|
|
||||||
labelText: "Environment Volume"
|
labelText: "Environment Volume"
|
||||||
from: simplifiedUI.numericConstants.mutedValue
|
from: simplifiedUI.numericConstants.mutedValue
|
||||||
to: 20.0
|
to: 20.0
|
||||||
|
@ -124,8 +124,8 @@ Flickable {
|
||||||
SimplifiedControls.Slider {
|
SimplifiedControls.Slider {
|
||||||
id: systemSoundVolume
|
id: systemSoundVolume
|
||||||
Layout.preferredWidth: parent.width
|
Layout.preferredWidth: parent.width
|
||||||
|
Layout.preferredHeight: 30
|
||||||
Layout.topMargin: 2
|
Layout.topMargin: 2
|
||||||
height: 30
|
|
||||||
labelText: "System Sound Volume"
|
labelText: "System Sound Volume"
|
||||||
from: simplifiedUI.numericConstants.mutedValue
|
from: simplifiedUI.numericConstants.mutedValue
|
||||||
to: 20.0
|
to: 20.0
|
||||||
|
@ -169,8 +169,8 @@ Flickable {
|
||||||
|
|
||||||
SimplifiedControls.Switch {
|
SimplifiedControls.Switch {
|
||||||
id: muteMicrophoneSwitch
|
id: muteMicrophoneSwitch
|
||||||
width: parent.width
|
Layout.preferredHeight: 18
|
||||||
height: 18
|
Layout.preferredWidth: parent.width
|
||||||
labelTextOn: "Mute Microphone"
|
labelTextOn: "Mute Microphone"
|
||||||
checked: AudioScriptingInterface.mutedDesktop
|
checked: AudioScriptingInterface.mutedDesktop
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
@ -180,8 +180,8 @@ Flickable {
|
||||||
|
|
||||||
SimplifiedControls.Switch {
|
SimplifiedControls.Switch {
|
||||||
id: pushToTalkSwitch
|
id: pushToTalkSwitch
|
||||||
width: parent.width
|
Layout.preferredHeight: 18
|
||||||
height: 18
|
Layout.preferredWidth: parent.width
|
||||||
labelTextOn: "Push to Talk - Press and Hold \"T\" to Talk"
|
labelTextOn: "Push to Talk - Press and Hold \"T\" to Talk"
|
||||||
checked: AudioScriptingInterface.pushToTalkDesktop
|
checked: AudioScriptingInterface.pushToTalkDesktop
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
@ -210,9 +210,9 @@ Flickable {
|
||||||
ListView {
|
ListView {
|
||||||
id: inputDeviceListView
|
id: inputDeviceListView
|
||||||
Layout.preferredWidth: parent.width
|
Layout.preferredWidth: parent.width
|
||||||
|
Layout.preferredHeight: contentItem.height
|
||||||
Layout.topMargin: simplifiedUI.margins.settings.settingsGroupTopMargin
|
Layout.topMargin: simplifiedUI.margins.settings.settingsGroupTopMargin
|
||||||
interactive: false
|
interactive: false
|
||||||
height: contentItem.height
|
|
||||||
spacing: simplifiedUI.margins.settings.spacingBetweenRadiobuttons
|
spacing: simplifiedUI.margins.settings.spacingBetweenRadiobuttons
|
||||||
clip: true
|
clip: true
|
||||||
model: AudioScriptingInterface.devices.input
|
model: AudioScriptingInterface.devices.input
|
||||||
|
@ -305,9 +305,9 @@ Flickable {
|
||||||
ListView {
|
ListView {
|
||||||
id: outputDeviceListView
|
id: outputDeviceListView
|
||||||
Layout.preferredWidth: parent.width
|
Layout.preferredWidth: parent.width
|
||||||
|
Layout.preferredHeight: contentItem.height
|
||||||
Layout.topMargin: simplifiedUI.margins.settings.settingsGroupTopMargin
|
Layout.topMargin: simplifiedUI.margins.settings.settingsGroupTopMargin
|
||||||
interactive: false
|
interactive: false
|
||||||
height: contentItem.height
|
|
||||||
spacing: simplifiedUI.margins.settings.spacingBetweenRadiobuttons
|
spacing: simplifiedUI.margins.settings.spacingBetweenRadiobuttons
|
||||||
clip: true
|
clip: true
|
||||||
model: AudioScriptingInterface.devices.output
|
model: AudioScriptingInterface.devices.output
|
||||||
|
|
|
@ -199,9 +199,9 @@ Flickable {
|
||||||
ListView {
|
ListView {
|
||||||
id: inputDeviceListView
|
id: inputDeviceListView
|
||||||
Layout.preferredWidth: parent.width
|
Layout.preferredWidth: parent.width
|
||||||
|
Layout.preferredHeight: contentItem.height
|
||||||
Layout.topMargin: simplifiedUI.margins.settings.settingsGroupTopMargin
|
Layout.topMargin: simplifiedUI.margins.settings.settingsGroupTopMargin
|
||||||
interactive: false
|
interactive: false
|
||||||
height: contentItem.height
|
|
||||||
spacing: simplifiedUI.margins.settings.spacingBetweenRadiobuttons
|
spacing: simplifiedUI.margins.settings.spacingBetweenRadiobuttons
|
||||||
clip: true
|
clip: true
|
||||||
model: AudioScriptingInterface.devices.input
|
model: AudioScriptingInterface.devices.input
|
||||||
|
@ -294,9 +294,9 @@ Flickable {
|
||||||
ListView {
|
ListView {
|
||||||
id: outputDeviceListView
|
id: outputDeviceListView
|
||||||
Layout.preferredWidth: parent.width
|
Layout.preferredWidth: parent.width
|
||||||
|
Layout.preferredHeight: contentItem.height
|
||||||
Layout.topMargin: simplifiedUI.margins.settings.settingsGroupTopMargin
|
Layout.topMargin: simplifiedUI.margins.settings.settingsGroupTopMargin
|
||||||
interactive: false
|
interactive: false
|
||||||
height: contentItem.height
|
|
||||||
spacing: simplifiedUI.margins.settings.spacingBetweenRadiobuttons
|
spacing: simplifiedUI.margins.settings.spacingBetweenRadiobuttons
|
||||||
clip: true
|
clip: true
|
||||||
model: AudioScriptingInterface.devices.output
|
model: AudioScriptingInterface.devices.output
|
||||||
|
|
Loading…
Reference in a new issue