feat(sound): add title

pull/55/head
kateleet 4 years ago
parent 1097619e24
commit 8af06022f0

@ -80,6 +80,13 @@ ItemPage {
id: layout
anchors.fill: parent
Label {
text: qsTr("Output Devices")
leftPadding: FishUI.Units.largeSpacing
bottomPadding: FishUI.Units.smallSpacing
color: FishUI.Theme.disabledTextColor
}
// Playback Devices
ListView {
id: sinks
@ -161,6 +168,13 @@ ItemPage {
height: FishUI.Units.largeSpacing * 2
}
Label {
text: qsTr("Input Devices")
leftPadding: FishUI.Units.largeSpacing
bottomPadding: FishUI.Units.smallSpacing
color: FishUI.Theme.disabledTextColor
}
// Recording Devices
ListView {
id: sinkInputView
@ -230,6 +244,10 @@ ItemPage {
}
}
}
Item {
height: FishUI.Units.largeSpacing * 2
}
}
}
}

@ -777,6 +777,16 @@
<source>Sound</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/qml/Sound/Main.qml" line="84"/>
<source>Output Devices</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/qml/Sound/Main.qml" line="172"/>
<source>Input Devices</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/qml/DefaultApp/Main.qml" line="28"/>
<source>Default Applications</source>

@ -777,6 +777,16 @@
<source>Sound</source>
<translation></translation>
</message>
<message>
<location filename="../src/qml/Sound/Main.qml" line="84"/>
<source>Output Devices</source>
<translation></translation>
</message>
<message>
<location filename="../src/qml/Sound/Main.qml" line="172"/>
<source>Input Devices</source>
<translation></translation>
</message>
<message>
<location filename="../src/qml/DefaultApp/Main.qml" line="28"/>
<source>Default Applications</source>

Loading…
Cancel
Save