dabo Commit
Revision 5138
Date: 2009-03-19 13:14:02 -0700 (Thu, 19 Mar 2009)
Author: Paul
Trac: http://trac.dabodev.com/changeset/5138
Changed:
U trunk/ide/ReportDesigner.py
Log:
Fixed the hotkeys for zooming in and out in the report designer to not conflict
with those to increase/decrease font size.
Diff:
Modified: trunk/ide/ReportDesigner.py
===================================================================
--- trunk/ide/ReportDesigner.py 2009-03-19 20:07:28 UTC (rev 5137)
+++ trunk/ide/ReportDesigner.py 2009-03-19 20:14:02 UTC (rev 5138)
@@ -2496,13 +2496,13 @@
viewMenu.appendSeparator()
- viewMenu.append(_("Zoom &In"), HotKey="Ctrl++",
OnHit=self.onViewZoomIn,
+ viewMenu.append(_("Zoom &In"), HotKey="Ctrl+]",
OnHit=self.onViewZoomIn,
bmp="zoomIn", help=_("Zoom In"))
- viewMenu.append(_("&Normal Zoom"), HotKey="Ctrl+/",
OnHit=self.onViewZoomNormal,
+ viewMenu.append(_("&Normal Zoom"), HotKey="Ctrl+\\",
OnHit=self.onViewZoomNormal,
bmp="zoomNormal", help=_("Normal Zoom"))
- viewMenu.append(_("Zoom &Out"), HotKey="Ctrl+-",
OnHit=self.onViewZoomOut,
+ viewMenu.append(_("Zoom &Out"), HotKey="Ctrl+[",
OnHit=self.onViewZoomOut,
bmp="zoomOut", help=_("Zoom Out"))
viewMenu.appendSeparator()
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message:
http://leafe.com/archives/byMID/[email protected]