From 603835abdc7e7132af0eb3c3ff8742fcd641d8f4 Mon Sep 17 00:00:00 2001 From: eidheim Date: Sun, 4 Jul 2021 08:37:04 +0200 Subject: [PATCH] Added style class to selection dialogs --- src/selection_dialog.cpp | 2 ++ 1 file changed, 2 insertions(+) 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)