From cc78294cd3fa4930a436a9f2a09073c10ea5b6c9 Mon Sep 17 00:00:00 2001 From: eidheim Date: Sun, 21 Feb 2016 19:58:22 +0100 Subject: [PATCH] Removed a comment --- src/notebook.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/notebook.cc b/src/notebook.cc index 70e63a6..2dc798c 100644 --- a/src/notebook.cc +++ b/src/notebook.cc @@ -47,7 +47,6 @@ Notebook::TabLabel::TabLabel(const std::string &title) : Gtk::Box(Gtk::ORIENTATI Notebook::Notebook() : Gtk::Notebook(), last_index(-1) { Gsv::init(); - //Ubuntu forces its own theme auto provider = Gtk::CssProvider::create(); provider->load_from_data(".notebook {padding: 0px; -GtkNotebook-tab-overlap: 0px;} .notebook tab {padding: 4px;}"); get_style_context()->add_provider(provider, GTK_STYLE_PROVIDER_PRIORITY_APPLICATION);