rhythmbox r5673 - in trunk: . plugins/lyrics/lyrics
- From: jmatthew svn gnome org
- To: svn-commits-list gnome org
- Subject: rhythmbox r5673 - in trunk: . plugins/lyrics/lyrics
- Date: Thu, 10 Apr 2008 12:12:52 +0100 (BST)
Author: jmatthew
Date: Thu Apr 10 12:12:51 2008
New Revision: 5673
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=5673&view=rev
Log:
2008-04-10 Jonathan Matthew <jonathan d14n org>
patch by: Thomas Andersen <phomes gmail com>
* plugins/lyrics/lyrics/__init__.py:
Set the left margin to 6 on the text view used to display lyrics.
Fixes #527054.
Modified:
trunk/ChangeLog
trunk/plugins/lyrics/lyrics/__init__.py
Modified: trunk/plugins/lyrics/lyrics/__init__.py
==============================================================================
--- trunk/plugins/lyrics/lyrics/__init__.py (original)
+++ trunk/plugins/lyrics/lyrics/__init__.py Thu Apr 10 12:12:51 2008
@@ -52,6 +52,7 @@
tview = gtk.TextView()
tview.set_wrap_mode(gtk.WRAP_WORD)
tview.set_editable(False)
+ tview.set_left_margin(6)
sw = gtk.ScrolledWindow()
sw.add(tview)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]