diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-08-06 02:27:37 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-08-06 02:27:37 -0400 |
commit | 86fc8f418675af6c8930a9009c7201a4f29a2497 (patch) | |
tree | 8eef8d7aa30ffe6f2b0e3191b61e7d932b3d7431 /src/components/chatinput.cpp | |
parent | e8260c164fd7e49ee9f43da334f332b5a9ec2a0b (diff) | |
parent | acb80da387b001b65d7f25c7eca5a2ccd7e208b4 (diff) | |
download | abaddon-portaudio-86fc8f418675af6c8930a9009c7201a4f29a2497.tar.gz abaddon-portaudio-86fc8f418675af6c8930a9009c7201a4f29a2497.zip |
Merge branch 'master' into attachments
Diffstat (limited to 'src/components/chatinput.cpp')
-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 77757cf..13e2550 100644 --- a/src/components/chatinput.cpp +++ b/src/components/chatinput.cpp @@ -8,7 +8,7 @@ ChatInputText::ChatInputText() { 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 { |