Bugfix and style update of RawTherapee.css

Still unfinished - Big thank you to DrSlony for his help
This commit is contained in:
Hombre
2016-10-19 02:20:12 +02:00
parent 0c78885d25
commit 712468197d
14 changed files with 144 additions and 82 deletions

View File

@@ -67,6 +67,7 @@ PlacesBrowser::PlacesBrowser ()
Gtk::TreeView::Column *iviewcol = Gtk::manage (new Gtk::TreeView::Column (M("MAIN_FRAME_PLACES")));
Gtk::CellRendererPixbuf *iconCR = Gtk::manage (new Gtk::CellRendererPixbuf());
Gtk::CellRendererText *labelCR = Gtk::manage (new Gtk::CellRendererText());
labelCR->property_ellipsize() = Pango::ELLIPSIZE_MIDDLE;
iviewcol->pack_start (*iconCR, false);
iviewcol->pack_start (*labelCR, true);
iviewcol->add_attribute (*iconCR, "gicon", 0);