|
|
|
|
@ -1249,7 +1249,6 @@ void MainWindow::add_CSS() {
|
|
|
|
|
Glib::RefPtr<Gtk::StyleContext> styleContext = Gtk::StyleContext::create();
|
|
|
|
|
Glib::RefPtr<Gdk::Screen> screen = Gdk::Screen::get_default();//get default screen
|
|
|
|
|
styleContext->add_provider_for_screen(screen, cssProvider, GTK_STYLE_PROVIDER_PRIORITY_APPLICATION);//add provider for screen in all application
|
|
|
|
|
Glib::RefPtr<Gtk::StyleContext> lblInfoHead_css = lblInfoHead->get_style_context();
|
|
|
|
|
Glib::RefPtr<Gtk::StyleContext> boxButton_css = boxButton->get_style_context();
|
|
|
|
|
Glib::RefPtr<Gtk::StyleContext> boxSave_css = boxSave->get_style_context();
|
|
|
|
|
boxInfo = boxInfoError->get_style_context();
|
|
|
|
|
@ -1258,7 +1257,6 @@ void MainWindow::add_CSS() {
|
|
|
|
|
boxButton_css->add_class("bkim_no_plug");
|
|
|
|
|
boxSave_css->add_class("bkim_no_plug");
|
|
|
|
|
}
|
|
|
|
|
lblInfoHead_css->add_class("textHead");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void help() {
|
|
|
|
|
|