commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/designer/src/forms/LayoutEditor LayoutEdit...


From: Jason Cater
Subject: gnue/designer/src/forms/LayoutEditor LayoutEdit...
Date: Thu, 29 May 2003 12:43:08 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    03/05/29 12:43:07

Modified files:
        designer/src/forms/LayoutEditor: LayoutEditor.py 

Log message:
        added statusbar feedback to the zooming feature

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/designer/src/forms/LayoutEditor/LayoutEditor.py.diff?tr1=1.80&tr2=1.81&r1=text&r2=text

Patches:
Index: gnue/designer/src/forms/LayoutEditor/LayoutEditor.py
diff -c gnue/designer/src/forms/LayoutEditor/LayoutEditor.py:1.80 
gnue/designer/src/forms/LayoutEditor/LayoutEditor.py:1.81
*** gnue/designer/src/forms/LayoutEditor/LayoutEditor.py:1.80   Thu May 29 
01:07:22 2003
--- gnue/designer/src/forms/LayoutEditor/LayoutEditor.py        Thu May 29 
12:43:07 2003
***************
*** 719,724 ****
--- 719,728 ----
        UIwxpython.setPointSize(size)
        self.calcGridSpacing()
        self.refreshPage(self.page)
+       self.setFeedback(_('Adjusting base point size to %spt') % size)
+     else:
+       self.setFeedback(_('Cannot adjust point size to more than 72pt'))
+ 
  
    def zoomOut(self, event):
      size = UIwxpython.getPointSize()
***************
*** 727,732 ****
--- 731,739 ----
        UIwxpython.setPointSize(size)
        self.calcGridSpacing()
        self.refreshPage(self.page)
+       self.setFeedback(_('Adjusting base point size to %spt') % size)
+     else:
+       self.setFeedback(_('Cannot adjust point size to less than 6pt'))
  
  
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]