Revision of UI for sane defaults, consistency and a professional look, issue 2162

This commit is contained in:
DrSlony
2013-12-30 11:36:38 +01:00
parent 478059ccde
commit b9878327ab
8 changed files with 673 additions and 653 deletions

View File

@@ -32,7 +32,7 @@ ShadowsHighlights::ShadowsHighlights () : Gtk::VBox(), FoldableToolPanel(this) {
pack_start (*Gtk::manage (new Gtk::HSeparator()));
hq = Gtk::manage (new Gtk::CheckButton (M("GENERAL_HIGH_QUALITY")));
hq = Gtk::manage (new Gtk::CheckButton (M("TP_SHADOWSHLIGHTS_SHARPMASK")));
hq->set_active (false);
pack_start (*hq);
hqConn = hq->signal_toggled().connect( sigc::mem_fun(*this, &ShadowsHighlights::hqChanged) );