Started work on trying to conform to hildon style guidelines
[jamaendo] / jamaui / playlists.py
index 714ec55..ece1527 100644 (file)
@@ -113,6 +113,7 @@ class PlaylistsWindow(hildon.StackableWindow):
         col = gtk.TreeViewColumn('Info')
         self.treeview.append_column(col)
         cell = gtk.CellRendererText()
+        cell.set_property('xalign', 1.0)
         col.pack_start(cell, True)
         col.add_attribute(cell, 'text', self.COL_INFO)