https://bugs.documentfoundation.org/show_bug.cgi?id=145830
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #1 from Julien Nabet <[email protected]> --- wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py shows: 77 self.reslblPostCodeCity_value = strings.RID_LETTERWIZARDDIALOG_START_45 wizards/com/sun/star/wizards/letter/LetterWizardDialog.py shows: 916 (8, self.resources.reslblPostCodeCity_value, 917 "lblPostCodeCity", 113, 97, 4, 79, 68)) Now it's not easy to find the right way for this since increase space somewhere means you diminish space somewhere else. The best thing would be a kind of dynamic interface so it adjusts itself automatically but since this wizard is in Python not in C++, I don't know if it's possible. Caolán: any idea of something equivalent to weld process but for Python interfaces? -- You are receiving this mail because: You are the assignee for the bug.
