diff --git a/src/widgets/variable_data_row.py b/src/widgets/variable_data_row.py index 1ecade6..c7d7591 100644 --- a/src/widgets/variable_data_row.py +++ b/src/widgets/variable_data_row.py @@ -65,7 +65,7 @@ class VariableDataRow(Gtk.Box): for env in self.environments: # Create a box to hold the entry (for size group alignment) entry_box = Gtk.Box(orientation=Gtk.Orientation.VERTICAL) - entry_box.set_width_request(200) + entry_box.set_size_request(200, -1) entry = Gtk.Entry() entry.set_placeholder_text(env.name)