Browse Source

Added style class to selection dialogs

pipelines/353213535
eidheim 4 years ago
parent
commit
603835abdc
  1. 2
      src/selection_dialog.cpp

2
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.set_type_hint(Gdk::WindowTypeHint::WINDOW_TYPE_HINT_COMBO);
window.get_style_context()->add_class("juci_selection_dialog");
search_entry.signal_changed().connect( search_entry.signal_changed().connect(
[this] { [this] {
if(on_search_entry_changed) if(on_search_entry_changed)

Loading…
Cancel
Save