summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2009-08-23 21:26:24 +0200
committerAnton Khirnov <wyskas@gmail.com>2009-08-23 21:26:24 +0200
commite7c01e7b53f02b24e6938d945e84453537f3fa31 (patch)
treeb0176672e0adc5c445b094e85cb4aea2e70d0db0
parent9d18500f245f4ca7967c10be78fff96b387200ee (diff)
Songinfo: give the tags column higher priority when stretching.
-rw-r--r--nephilim/plugins/Songinfo.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nephilim/plugins/Songinfo.py b/nephilim/plugins/Songinfo.py
index f5b7304..cad5dd0 100644
--- a/nephilim/plugins/Songinfo.py
+++ b/nephilim/plugins/Songinfo.py
@@ -117,6 +117,7 @@ class SonginfoWidget(QtGui.QWidget):
self.plugin = plugin
self.__labels = {}
self.setLayout(QtGui.QGridLayout())
+ self.layout().setColumnStretch(1, 1)
def set_tagtypes(self, tagtypes):
"""Setup labels for each tagtype in the list."""