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:
Lennart Poettering 2008-04-22 01:00:24 +00:00
parent 93aa980ebc
commit 9f317f14dd
1 changed files with 0 additions and 20 deletions

View File

@ -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">&lt;i&gt;No application is currently playing audio.&lt;/i&gt;</property> <property name="label" translatable="yes">&lt;i&gt;No application is currently playing audio.&lt;/i&gt;</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">&lt;i&gt;No application is currently recording audio.&lt;/i&gt;</property> <property name="label" translatable="yes">&lt;i&gt;No application is currently recording audio.&lt;/i&gt;</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">&lt;i&gt;No output devices available&lt;/i&gt;</property> <property name="label" translatable="yes">&lt;i&gt;No output devices available&lt;/i&gt;</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">&lt;i&gt;No input devices available&lt;/i&gt;</property> <property name="label" translatable="yes">&lt;i&gt;No input devices available&lt;/i&gt;</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>