diff options
-rw-r--r-- | src/components/chatinput.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/chatinput.cpp b/src/components/chatinput.cpp index c3eca32..3e1db15 100644 --- a/src/components/chatinput.cpp +++ b/src/components/chatinput.cpp @@ -5,7 +5,7 @@ ChatInput::ChatInput() { set_propagate_natural_height(true); set_min_content_height(20); set_max_content_height(250); - set_policy(Gtk::POLICY_NEVER, Gtk::POLICY_AUTOMATIC); + set_policy(Gtk::POLICY_EXTERNAL, Gtk::POLICY_AUTOMATIC); // hack auto cb = [this](GdkEventKey *e) -> bool { |