~jeremywootten/pantheon-files/fix-backspace-in-columnv-view

« back to all changes in this revision

Viewing changes to src/View/DiskRenderer.vala

  • Committer: jeremy at elementaryos
  • Date: 2016-04-03 16:43:53 UTC
  • mfrom: (2023.1.76 pantheon-files)
  • Revision ID: jeremy@elementaryos.org-20160403164353-mad2e7f4cohfgg6f
Merge trunk to r2099

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
public class Marlin.CellRendererDisk : Gtk.CellRendererText {
23
23
    // padding to the right of the disk usage graphic
24
 
    public uint rpad { set; get; }
 
24
    public int rpad { set; get; }
25
25
    public uint64 free_space { set; get; }
26
26
    public uint64 disk_size { set; get; }
27
27