Merge branch 'master' into attachments

This commit is contained in:
ouwou
2022-08-06 02:27:37 -04:00
3 changed files with 14 additions and 5 deletions

View File

@@ -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 {