Gtk3 theme ready, Gtk2 stuff removed, slim mode removed, RT logo images enhanced.
This commit is contained in:
@@ -146,7 +146,7 @@ void ImageArea::setInfoText (Glib::ustring text)
|
||||
Glib::RefPtr<Pango::Context> context = get_pango_context () ;
|
||||
Pango::FontDescription fontd = context->get_font_description ();
|
||||
fontd.set_weight (Pango::WEIGHT_BOLD);
|
||||
fontd.set_size (9 * Pango::SCALE);
|
||||
fontd.set_size (10 * Pango::SCALE);
|
||||
context->set_font_description (fontd);
|
||||
ilayout = create_pango_layout("");
|
||||
ilayout->set_markup(text);
|
||||
|
Reference in New Issue
Block a user