105
126
Box status_box = new Box(Orientation.HORIZONTAL, 0);
108
129
status_label.margin_right = 2;
109
130
status_label.use_markup = true;
111
status_box.pack_start(new Image.from_stock(Stock.YES, IconSize.MENU), false, false, 0);
134
status_box.pack_start(status_icon, false, false, 0);
112
135
status_box.pack_start(status_label, false, false, 0);
114
137
summary_box.pack_end(status_box, false, false, 0);