バグ #1109 » 0001-message_detail_view-description.patch
core/plugin/message_detail_view/message_detail_view.rb | ||
---|---|---|
59 | 59 |
message_fragment :body, "body" do |
60 | 60 |
set_icon Skin['message.png'] |
61 | 61 |
container = Gtk::HBox.new |
62 |
textview = Gtk::IntelligentTextview.new(model.to_s, 'font' => :mumble_basic_font, style: style)
|
|
62 |
textview = Gtk::IntelligentTextview.new(model.description, 'font' => :mumble_basic_font, style: style)
|
|
63 | 63 |
vscrollbar = Gtk::VScrollbar.new |
64 | 64 |
textview.set_scroll_adjustment(nil, vscrollbar.adjustment) |
65 | 65 |
container.add textview |