summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pavucontrol.cc2
-rw-r--r--src/pavucontrol.glade2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/pavucontrol.cc b/src/pavucontrol.cc
index 0804cb1..25601e2 100644
--- a/src/pavucontrol.cc
+++ b/src/pavucontrol.cc
@@ -307,7 +307,7 @@ void StreamWidget::setChannelMap(const pa_channel_map &m) {
cw->channel = i;
cw->streamWidget = this;
char text[64];
- snprintf(text, sizeof(text), "<b>%s</b>", pa_channel_position_to_string(m.map[i]));
+ snprintf(text, sizeof(text), "<b>%s</b>", pa_channel_position_to_pretty_string(m.map[i]));
cw->channelLabel->set_markup(text);
channelsVBox->pack_start(*cw, false, false, 0);
}
diff --git a/src/pavucontrol.glade b/src/pavucontrol.glade
index 8bd353f..40f9600 100644
--- a/src/pavucontrol.glade
+++ b/src/pavucontrol.glade
@@ -645,7 +645,7 @@ Monitors</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">&lt;b&gt;left-front&lt;/b&gt;</property>
<property name="use_markup">True</property>
- <property name="width_chars">10</property>
+ <property name="width_chars">15</property>
</widget>
<packing>
<property name="expand">False</property>