]> git.proxmox.com Git - pmg-gui.git/commitdiff
regex tester: make textfield flex to take all remaining space
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 14 May 2022 15:57:11 +0000 (17:57 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 14 May 2022 15:57:11 +0000 (17:57 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
js/RegexTester.js

index 486c1972538b86d8fc02efb247d1bda6e47ec65a..245e003c2d8b071ad31a682900a8fa627feda1ac 100644 (file)
@@ -19,6 +19,7 @@ Ext.define('PMG.RegexTester', {
            name: 'teststring',
            isDirty: () => false,
            reset: Ext.emptyFn,
+           flex: 1,
        },
        {
            margin: '0 0 0 5',