[POS-commit] r1941 - stoqlib/trunk/stoqlib/gui/glade
Evandro Vale Miquelito
evandro at async.com.br
Tue Dec 20 18:31:17 BRST 2005
Author: evandro
Date: Tue Dec 20 18:31:16 2005
New Revision: 1941
Modified:
stoqlib/trunk/stoqlib/gui/glade/AdditionListSlave.glade
Log:
Setting visible property for kiwi widgets
Modified: stoqlib/trunk/stoqlib/gui/glade/AdditionListSlave.glade
==============================================================================
--- stoqlib/trunk/stoqlib/gui/glade/AdditionListSlave.glade (original)
+++ stoqlib/trunk/stoqlib/gui/glade/AdditionListSlave.glade Tue Dec 20 18:31:16 2005
@@ -6,17 +6,17 @@
<property name="title" context="yes" translatable="yes"></property>
<child>
<widget class="GtkVBox" id="vbox1">
+ <property name="border_width">6</property>
<property name="spacing">4</property>
<property name="visible">True</property>
- <property name="border_width">6</property>
<child>
<widget class="GtkVBox" id="list_vbox">
<property name="visible">True</property>
<child>
<widget class="kiwi+ui+widgets+list+List" id="klist">
<property name="shadow_type">in</property>
- <property name="vscrollbar_policy">automatic</property>
<property name="visible">True</property>
+ <property name="vscrollbar_policy">automatic</property>
</widget>
</child>
</widget>
@@ -53,8 +53,7 @@
</child>
<child>
<widget class="GtkLabel" id="GtkLabel1">
- <property name="label" context="yes" translatable="yes">_Add...</property>
- <property name="use_underline">True</property>
+ <property name="label" context="yes" translatable="yes">Add...</property>
<property name="visible">True</property>
</widget>
<packing>
@@ -88,8 +87,7 @@
</child>
<child>
<widget class="GtkLabel" id="GtkLabel1">
- <property name="label" context="yes" translatable="yes">_Delete</property>
- <property name="use_underline">True</property>
+ <property name="label" context="yes" translatable="yes">Delete</property>
<property name="visible">True</property>
</widget>
<packing>
More information about the POS-commit
mailing list