/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-02 21:02:12 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20141202210212-z7zgxamjnenwakcv
* Also: merged some branch local branch

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"] = 4;
 
110
    this.user_avatar["icon_size"] = 5;
111
111
    
112
112
    
113
113
    if (this._show_avatar_only == false) {
114
 
      
115
114
      this.layout.pack_start (new Gtk.Separator ({
116
115
        orientation: Gtk.Orientation.VERTICAL
117
116
      }), false, false, 5);