Add missing style

git-svn-id: file:///home/svn/framework3/trunk@5322 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore 2008-01-22 06:15:00 +00:00
parent 4cd79e98e5
commit 54444bf39c
1 changed files with 5 additions and 1 deletions

View File

@ -93,7 +93,11 @@ module Msf
:'wrap_mode' => Gtk::TextTag::WRAP_WORD,
:'left_margin' => 5
)
self.create_tag("black_bold",
:'foreground' => 'black',
:'weight' => Pango::FontDescription::WEIGHT_BOLD,
:'left_margin' => 5
)
# Black
self.create_tag("black_wrap",
:'wrap_mode' => Gtk::TextTag::WRAP_WORD,