~lubuntu-software-center-team/lubuntu-software-center/vala-port

« back to all changes in this revision

Viewing changes to src/Widgets/Pages/CategoriesView.vala

  • Committer: Stephen Smally
  • Date: 2012-07-05 13:49:59 UTC
  • Revision ID: eco.stefi@fastwebnet.it-20120705134959-y5vg66cadej8vix1
Added mutable install/remove button

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
                
51
51
                tooltip_text = desc.summary;
52
52
                
53
 
                Label description = new Label("<i>%d elements</i>".printf (desc.records));
 
53
                Label description = new Label("%d elements".printf (desc.records));
54
54
                description.ellipsize = Pango.EllipsizeMode.END;
55
55
                description.halign = Align.START;
56
56
                description.valign = Align.START;