From 8db2abc20b075f8c823b69048a37ab240fa61910 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 14 May 2022 17:57:11 +0200 Subject: [PATCH] regex tester: make textfield flex to take all remaining space Signed-off-by: Thomas Lamprecht --- js/RegexTester.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/RegexTester.js b/js/RegexTester.js index 486c197..245e003 100644 --- a/js/RegexTester.js +++ b/js/RegexTester.js @@ -19,6 +19,7 @@ Ext.define('PMG.RegexTester', { name: 'teststring', isDirty: () => false, reset: Ext.emptyFn, + flex: 1, }, { margin: '0 0 0 5', -- 2.39.5