バグ #1230 » 1230-1.patch
core/plugin/extract/extract_tab_list.rb | ||
---|---|---|
14 | 14 |
type_strict plugin => Plugin |
15 | 15 |
@plugin = plugin |
16 | 16 |
super(Gtk::ListStore.new(String, Numeric)) |
17 |
set_size_request(0, 200) |
|
18 | 17 | |
19 | 18 |
append_column Gtk::TreeViewColumn.new(plugin._("名前"), Gtk::CellRendererText.new, text: ITER_NAME) |
20 | 19 |