pitivi r1365 - trunk/pitivi/ui



Author: edwardrv
Date: Mon Nov 17 16:02:52 2008
New Revision: 1365
URL: http://svn.gnome.org/viewvc/pitivi?rev=1365&view=rev

Log:
ui/sourcefactories: Make font usage more homogeneous. Patch by Jeff Fortin.

Modified:
   trunk/pitivi/ui/sourcefactories.py

Modified: trunk/pitivi/ui/sourcefactories.py
==============================================================================
--- trunk/pitivi/ui/sourcefactories.py	(original)
+++ trunk/pitivi/ui/sourcefactories.py	Mon Nov 17 16:02:52 2008
@@ -184,9 +184,9 @@
         txtlabel.set_line_wrap(True)
         txtlabel.set_line_wrap_mode(pango.WRAP_WORD)
         txtlabel.set_justify(gtk.JUSTIFY_CENTER)
-        txtlabel.set_markup(
-            _("<span size='x-large'>Import your clips by dragging them here or "
-              "by using the buttons above.</span>"))
+        txtlabel.set_markup("<big>" +
+            _("Import your clips by dragging them here or "
+              "by using the buttons above.")+"</big>")
         textbox.add(txtlabel)
         self.txtlabel = txtlabel
 



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