mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 08:35:28 +00:00
remove set_size_request solution as fixed
This commit is contained in:
parent
3671983372
commit
4d06c727d1
2 changed files with 0 additions and 2 deletions
|
|
@ -40,7 +40,6 @@ impl Form for TextView {
|
|||
.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.connect_realize(|this| {
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@ impl Form for TextView {
|
|||
};
|
||||
|
||||
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.connect_realize(|this| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue