mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
fix TextView size allocation (bug #635)
This commit is contained in:
parent
a31afe2de4
commit
8059acd0e8
2 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ impl Form {
|
|||
.build();
|
||||
|
||||
text_view.insert_action_group("spelling", Some(&adapter));
|
||||
text_view.set_size_request(-1, 38); // @TODO [#635](https://gitlab.gnome.org/GNOME/pygobject/-/issues/635)
|
||||
|
||||
// Init events
|
||||
text_view.buffer().connect_changed(move |_| {
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ impl Form {
|
|||
.build();
|
||||
|
||||
text_view.insert_action_group("spelling", Some(&adapter));
|
||||
text_view.set_size_request(-1, 38); // @TODO [#635](https://gitlab.gnome.org/GNOME/pygobject/-/issues/635)
|
||||
|
||||
// Init events
|
||||
text_view.buffer().connect_changed(move |_| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue