~kazam-team/kazam/stable

« back to all changes in this revision

Viewing changes to kazam/frontend/window_area.py

  • Committer: David Klasinc
  • Date: 2014-03-18 08:30:33 UTC
  • mfrom: (98.42.1 unstable)
  • Revision ID: bigwhale@thefish-20140318083033-kkxndapj0hbipr17
Merged multiplication sign fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
382
382
        self._outline_text(cr, w, h, 30, _("Select an area by clicking and dragging."))
383
383
        self._outline_text(cr, w, h + 50, 26, _("Press ENTER to confirm or ESC to cancel"))
384
384
 
385
 
        self._outline_text(cr, w, h + 100, 20, "({0} x {1})".format(abs(self.width+1), abs(self.height+1)))
 
385
        self._outline_text(cr, w, h + 100, 20, "({0} × {1})".format(abs(self.width+1), abs(self.height+1)))
386
386
        cr.set_operator(cairo.OPERATOR_SOURCE)
387
387
 
388
388
    def _outline_text(self, cr, w, h, size, text):