diff --git a/src/selection_dialog.cpp b/src/selection_dialog.cpp index ea68c91..8bef1ab 100644 --- a/src/selection_dialog.cpp +++ b/src/selection_dialog.cpp @@ -44,6 +44,8 @@ SelectionDialogBase::SelectionDialogBase(Gtk::TextView *text_view, const boost:: window.set_type_hint(Gdk::WindowTypeHint::WINDOW_TYPE_HINT_COMBO); + window.get_style_context()->add_class("juci_selection_dialog"); + search_entry.signal_changed().connect( [this] { if(on_search_entry_changed)