- reduce size of the package properties window (I don't like it much btw...)


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1477 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2008-03-14 23:52:19 +00:00
parent 219f87194c
commit 4a8ab7d596
2 changed files with 551 additions and 555 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -581,7 +581,7 @@ class SpritzController(Controller):
self.pkginfo_ui.vote5.set_from_file(heart_pixmap)
self.pkgProperties_selected = pkg
self.pkginfo_ui.labelAtom.set_markup("<b><big>%s</big></b>" % (pkg.name,))
self.pkginfo_ui.labelAtom.set_markup("<b>%s</b>" % (pkg.name,))
self.pkginfo_ui.labelDescription.set_markup("<small>%s</small>" % (pkg.description,))
dbconn = self.Entropy.clientDbconn