mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 00:38:06 +02:00
[util] Fix pangram
This commit is contained in:
parent
8296bc74c8
commit
9f9f5317dc
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import pango
|
|||
import gobject
|
||||
|
||||
class CairoView(gtk.Window):
|
||||
def __init__(self, family="", slant=0, weight=0, size=18, text="The Quick Brown Fox Jumped Over The Lazy Dog!"):
|
||||
def __init__(self, family="", slant=0, weight=0, size=18, text="The Quick Brown Fox Jumps Over The Lazy Dog!"):
|
||||
gtk.Widget.__init__ (self)
|
||||
|
||||
self.family = family
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue