8833: Set TextOption widget to expand vertically
This commit is contained in:
parent
ec9371d3b1
commit
de3221ca69
@ -371,6 +371,7 @@ class GuiTextOption(Gtk.ScrolledWindow):
|
||||
GObject.GObject.__init__(self)
|
||||
self.set_shadow_type(Gtk.ShadowType.IN)
|
||||
self.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC)
|
||||
self.set_vexpand(True)
|
||||
|
||||
# Add a TextView
|
||||
value = self.__option.get_value()
|
||||
|
Loading…
Reference in New Issue
Block a user