/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-11-20 21:44:41 UTC
  • mto: This revision was merged to the branch mainline in revision 53.
  • Revision ID: gustav.hartvigsson@gmail.com-20141120214441-4eyrav9z68h1fymd
* Made a few style changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
    if (this._show_avatar_only == false) {
114
114
      this.layout.pack_start (new Gtk.Separator ({
115
115
        orientation: Gtk.Orientation.VERTICAL
116
 
      }), false, false, 3);
 
116
      }), false, false, 5);
117
117
      
118
118
      
119
119
      this.layout.pack_end (
120
120
        this._user_name_widget = new Gtk.Label ({
121
 
          label: this._user_name
122
 
        }), true, true, 3
 
121
          label: this._user_name,
 
122
          justify: Gtk.Justification.CENTER
 
123
        }), true, true, 10
123
124
      );
124
125
    }
125
126
    this.show_all ();