summaryrefslogtreecommitdiff
path: root/src/components/chatinput.cpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2022-08-06 02:23:15 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2022-08-06 02:23:15 -0400
commitacb80da387b001b65d7f25c7eca5a2ccd7e208b4 (patch)
treef967fed07f79b1a4d5db2fe12b151565004c058c /src/components/chatinput.cpp
parentd99d8443ee8cd06caee2e1daa7c0efa93085c200 (diff)
parent319f9c392c008b4474b88ba3757105892b0e3020 (diff)
downloadabaddon-portaudio-acb80da387b001b65d7f25c7eca5a2ccd7e208b4.tar.gz
abaddon-portaudio-acb80da387b001b65d7f25c7eca5a2ccd7e208b4.zip
Merge branch 'master' of https://github.com/uowuo/abaddon
Diffstat (limited to 'src/components/chatinput.cpp')
-rw-r--r--src/components/chatinput.cpp2
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 {