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

@@ -91,7 +91,7 @@ Splash::Splash (Gtk::Window& parent) : Gtk::Dialog(M("GENERAL_ABOUT"), parent, t
get_content_area()->pack_start (*bottomHBox, Gtk::PACK_SHRINK, 0);
Glib::RefPtr<Gtk::CssProvider> localCSS = Gtk::CssProvider::create();
localCSS->load_from_data ("GtkTextView { font: monospace 8; }");
localCSS->load_from_data ("GtkTextView { font-family: monospace; font-size: 8pt; }");
// Tab 1: the image
splashImage = Gtk::manage(new SplashImage ());