remove set_size_request solution as fixed

This commit is contained in:
yggverse 2025-11-15 17:37:43 +02:00
parent 3671983372
commit 4d06c727d1
2 changed files with 0 additions and 2 deletions

View file

@ -40,7 +40,6 @@ impl Form for TextView {
.build(); .build();
text_view.insert_action_group("spelling", Some(&adapter)); 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 // Init events
text_view.connect_realize(|this| { text_view.connect_realize(|this| {

View file

@ -36,7 +36,6 @@ impl Form for TextView {
}; };
text_view.insert_action_group("spelling", Some(&adapter)); 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 // Init events
text_view.connect_realize(|this| { text_view.connect_realize(|this| {