バグ #522 » profile.rb.diff
profile.rb 2012-10-02 12:11:41.127955344 +0900 | ||
---|---|---|
attach(w_followings.right, 0, 1, 3, 4).
|
||
attach(Gtk::Label.new("followings").left, 1, 2, 3, 4).
|
||
attach(w_followers.right, 0, 1, 4, 5).
|
||
attach(Gtk::Label.new("favs").left, 1, 2, 4, 5).
|
||
attach(Gtk::Label.new("followers").left, 1, 2, 4, 5).
|
||
set_row_spacing(0, 4).
|
||
set_row_spacing(1, 4).
|
||
set_column_spacing(0, 16)
|