[POS-commit] r3344 - stoqlib/trunk/stoqlib/gui/search

Evandro Vale Miquelito evandro at async.com.br
Wed Apr 26 13:23:05 BRT 2006


Author: evandro
Date: Wed Apr 26 13:23:04 2006
New Revision: 3344

Modified:
   stoqlib/trunk/stoqlib/gui/search/sellable.py

Log:
Minor changes


Modified: stoqlib/trunk/stoqlib/gui/search/sellable.py
==============================================================================
--- stoqlib/trunk/stoqlib/gui/search/sellable.py	(original)
+++ stoqlib/trunk/stoqlib/gui/search/sellable.py	Wed Apr 26 13:23:04 2006
@@ -93,7 +93,7 @@
                    Column('description', title= _('Description'),
                           data_type=str, expand=True),
                    Column('supplier_name', title= _('Supplier'),
-                          data_type=str, width=150),
+                          data_type=str, width=120),
                    Column('price', title=_('Price'), data_type=currency,
                           width=80)]
         if self.has_stock_mode:


More information about the POS-commit mailing list