diff --git a/files/ZAZPip_v0.4.0.oxt b/files/ZAZPip_v0.4.0.oxt index bd59984..b068168 100644 Binary files a/files/ZAZPip_v0.4.0.oxt and b/files/ZAZPip_v0.4.0.oxt differ diff --git a/source/ZAZPip.py b/source/ZAZPip.py index ab99106..dfc6417 100644 --- a/source/ZAZPip.py +++ b/source/ZAZPip.py @@ -269,7 +269,7 @@ class ZAZPip(unohelper.Base, XJobExecutor): def _create_dialog(self): args= { 'Name': 'dialog', - 'Title': 'ZAZ-PIP', + 'Title': 'Zaz-Pip', 'Width': 200, 'Height': 220, } @@ -280,14 +280,14 @@ class ZAZPip(unohelper.Base, XJobExecutor): args = { 'Type': 'Label', 'Name': 'lbl_title', - 'Label': 'ZAZ PIP', - 'Width': 50, + 'Label': app.NAME + ' v' + app.VERSION, + 'Width': 100, 'Height': 15, 'Border': 1, 'Align': 1, 'VerticalAlign': 1, 'Step': 10, - 'FontHeight': 15, + 'FontHeight': 12, } dialog.add_control(args) dialog.center(dialog.lbl_title, y=5) @@ -311,6 +311,7 @@ class ZAZPip(unohelper.Base, XJobExecutor): 'Align': 1, 'VerticalAlign': 1, 'Step': 10, + 'FontHeight': 11, } dialog.add_control(args) dialog.center(dialog.lbl_python, y=25)