gui: specify align for some dialog boxes

it was defaulting to same
This commit is contained in:
Nedko Arnaudov 2010-03-14 15:28:03 +02:00
parent 064609f0bc
commit 37f2f972ce
1 changed files with 8 additions and 4 deletions

View File

@ -258,8 +258,8 @@
<child>
<object class="GtkImageMenuItem" id="menu_item_jack_clear">
<property name="visible">True</property>
<property name="related_action">clear_xruns_and_max_dsp_load_action</property>
<property name="use_action_appearance">True</property>
<property name="related_action">clear_xruns_and_max_dsp_load_action</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>
</object>
@ -406,8 +406,8 @@
<child>
<object class="GtkToolButton" id="clear_load_button">
<property name="visible">True</property>
<property name="related_action">clear_xruns_and_max_dsp_load_action</property>
<property name="use_action_appearance">True</property>
<property name="related_action">clear_xruns_and_max_dsp_load_action</property>
<property name="label" translatable="yes">Clear XRuns</property>
</object>
<packing>
@ -937,7 +937,9 @@ along with LADI Session Handler; if not, write to the Free Software Foundation,
<object class="GtkVBox" id="dialog-vbox6">
<property name="orientation">vertical</property>
<child internal-child="action_area">
<object class="GtkHButtonBox" id="dialog-action_area6"/>
<object class="GtkHButtonBox" id="dialog-action_area6">
<property name="layout_style">end</property>
</object>
<packing>
<property name="expand">False</property>
<property name="pack_type">end</property>
@ -961,7 +963,9 @@ along with LADI Session Handler; if not, write to the Free Software Foundation,
<object class="GtkVBox" id="dialog-vbox8">
<property name="orientation">vertical</property>
<child internal-child="action_area">
<object class="GtkHButtonBox" id="dialog-action_area8"/>
<object class="GtkHButtonBox" id="dialog-action_area8">
<property name="layout_style">end</property>
</object>
<packing>
<property name="expand">False</property>
<property name="pack_type">end</property>