forked from OpenGamers/abaddon
Merge branch 'master' of https://github.com/uowuo/abaddon
This commit is contained in:
commit
acb80da387
@ -5,7 +5,7 @@ ChatInput::ChatInput() {
|
|||||||
set_propagate_natural_height(true);
|
set_propagate_natural_height(true);
|
||||||
set_min_content_height(20);
|
set_min_content_height(20);
|
||||||
set_max_content_height(250);
|
set_max_content_height(250);
|
||||||
set_policy(Gtk::POLICY_NEVER, Gtk::POLICY_AUTOMATIC);
|
set_policy(Gtk::POLICY_EXTERNAL, Gtk::POLICY_AUTOMATIC);
|
||||||
|
|
||||||
// hack
|
// hack
|
||||||
auto cb = [this](GdkEventKey *e) -> bool {
|
auto cb = [this](GdkEventKey *e) -> bool {
|
||||||
|
Loading…
Reference in New Issue
Block a user