From 3596b49bec7f98a0a67ecc6223c08ede4d2eee9c Mon Sep 17 00:00:00 2001
From: Marko Mecina <marko.mecina@univie.ac.at>
Date: Thu, 29 Jul 2021 13:00:07 +0200
Subject: [PATCH] TST: expand step command code entry field

---
 Tst/tst/view.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Tst/tst/view.py b/Tst/tst/view.py
index 1406044..9871d2d 100644
--- a/Tst/tst/view.py
+++ b/Tst/tst/view.py
@@ -692,7 +692,7 @@ class StepWidget(Gtk.EventBox):
         # Make the area where the real command is entered
         # self.detail_box.pack_start(self.lbl_box_commands, True, True, 0)
         self.commands_scrolled_window = Gtk.ScrolledWindow()
-        #self.commands_scrolled_window.set_size_request(50, 100)
+        self.commands_scrolled_window.set_size_request(-1, 200)
         self.commands_view = GtkSource.View()
         self.commands_view.set_auto_indent(True)
         self.commands_view.set_show_line_numbers(False)
-- 
GitLab