move no_xxx labels in the middle of the dialogs
git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@78 c17c95f2-f111-0410-90bf-f30a9569010c
This commit is contained in:
parent
93aa980ebc
commit
9f317f14dd
|
@ -38,16 +38,11 @@
|
||||||
<widget class="GtkLabel" id="noStreamsLabel">
|
<widget class="GtkLabel" id="noStreamsLabel">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="sensitive">False</property>
|
<property name="sensitive">False</property>
|
||||||
<property name="xalign">0</property>
|
|
||||||
<property name="xpad">16</property>
|
<property name="xpad">16</property>
|
||||||
<property name="ypad">16</property>
|
<property name="ypad">16</property>
|
||||||
<property name="label" translatable="yes"><i>No application is currently playing audio.</i></property>
|
<property name="label" translatable="yes"><i>No application is currently playing audio.</i></property>
|
||||||
<property name="use_markup">True</property>
|
<property name="use_markup">True</property>
|
||||||
</widget>
|
</widget>
|
||||||
<packing>
|
|
||||||
<property name="expand">False</property>
|
|
||||||
<property name="fill">False</property>
|
|
||||||
</packing>
|
|
||||||
</child>
|
</child>
|
||||||
</widget>
|
</widget>
|
||||||
</child>
|
</child>
|
||||||
|
@ -129,16 +124,11 @@ Virtual Streams</property>
|
||||||
<widget class="GtkLabel" id="noRecsLabel">
|
<widget class="GtkLabel" id="noRecsLabel">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="sensitive">False</property>
|
<property name="sensitive">False</property>
|
||||||
<property name="xalign">0</property>
|
|
||||||
<property name="xpad">16</property>
|
<property name="xpad">16</property>
|
||||||
<property name="ypad">16</property>
|
<property name="ypad">16</property>
|
||||||
<property name="label" translatable="yes"><i>No application is currently recording audio.</i></property>
|
<property name="label" translatable="yes"><i>No application is currently recording audio.</i></property>
|
||||||
<property name="use_markup">True</property>
|
<property name="use_markup">True</property>
|
||||||
</widget>
|
</widget>
|
||||||
<packing>
|
|
||||||
<property name="expand">False</property>
|
|
||||||
<property name="fill">False</property>
|
|
||||||
</packing>
|
|
||||||
</child>
|
</child>
|
||||||
</widget>
|
</widget>
|
||||||
</child>
|
</child>
|
||||||
|
@ -224,16 +214,11 @@ Virtual Streams</property>
|
||||||
<widget class="GtkLabel" id="noSinksLabel">
|
<widget class="GtkLabel" id="noSinksLabel">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="sensitive">False</property>
|
<property name="sensitive">False</property>
|
||||||
<property name="xalign">0</property>
|
|
||||||
<property name="xpad">16</property>
|
<property name="xpad">16</property>
|
||||||
<property name="ypad">16</property>
|
<property name="ypad">16</property>
|
||||||
<property name="label" translatable="yes"><i>No output devices available</i></property>
|
<property name="label" translatable="yes"><i>No output devices available</i></property>
|
||||||
<property name="use_markup">True</property>
|
<property name="use_markup">True</property>
|
||||||
</widget>
|
</widget>
|
||||||
<packing>
|
|
||||||
<property name="expand">False</property>
|
|
||||||
<property name="fill">False</property>
|
|
||||||
</packing>
|
|
||||||
</child>
|
</child>
|
||||||
</widget>
|
</widget>
|
||||||
</child>
|
</child>
|
||||||
|
@ -319,16 +304,11 @@ Virtual Output Devices</property>
|
||||||
<widget class="GtkLabel" id="noSourcesLabel">
|
<widget class="GtkLabel" id="noSourcesLabel">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="sensitive">False</property>
|
<property name="sensitive">False</property>
|
||||||
<property name="xalign">0</property>
|
|
||||||
<property name="xpad">16</property>
|
<property name="xpad">16</property>
|
||||||
<property name="ypad">16</property>
|
<property name="ypad">16</property>
|
||||||
<property name="label" translatable="yes"><i>No input devices available</i></property>
|
<property name="label" translatable="yes"><i>No input devices available</i></property>
|
||||||
<property name="use_markup">True</property>
|
<property name="use_markup">True</property>
|
||||||
</widget>
|
</widget>
|
||||||
<packing>
|
|
||||||
<property name="expand">False</property>
|
|
||||||
<property name="fill">False</property>
|
|
||||||
</packing>
|
|
||||||
</child>
|
</child>
|
||||||
</widget>
|
</widget>
|
||||||
</child>
|
</child>
|
||||||
|
|
Loading…
Reference in New Issue