/gpump/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/gpump/trunk

« back to all changes in this revision

Viewing changes to src/user_button.js

  • Committer: Gustav Hartvigsson
  • Date: 2014-12-15 22:21:14 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20141215222114-iyjn2xbp41jb212u
* Made sure that the icons are square
  * Fixed the useravatar size to fasilitate this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
    
108
108
    this.layout.pack_start (this._user_avatar, false, false, 3);
109
109
    
110
 
    this.user_avatar["icon_size"] = 5;
 
110
    this.user_avatar["icon_size"] = 4;
111
111
    
112
112
    
113
113
    if (this._show_avatar_only == false) {
 
114
      
114
115
      this.layout.pack_start (new Gtk.Separator ({
115
116
        orientation: Gtk.Orientation.VERTICAL
116
117
      }), false, false, 5);