c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #02166
[Bug 608092] Re: space between label text and a colon in form entries
Hello vrsb,
IMHO, with single space it looks much better.
Thanks for your feedback.
** Changed in: openobject-client
Status: New => Invalid
--
space between label text and a colon in form entries
https://bugs.launchpad.net/bugs/608092
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject GTK Client: Invalid
Bug description:
Hello.
Do you really think that an additional space between label text and a colon in Gtk client looks very good? Maybe its better to get rid of it?
openerp_client\openerp-client-5.0.11\bin\widget\view\form_gtk\parser.py(string 444):
---label = fields[name]['string']+' :'
+++label = fields[name]['string']+':'