all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager] ui: form: listfield: add 5px padding between grid and 'Add' button
@ 2023-07-27 12:47 Lukas Wagner
  2023-08-02  8:02 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 3+ messages in thread
From: Lukas Wagner @ 2023-07-27 12:47 UTC (permalink / raw)
  To: pve-devel

Before, there was zero space between the the grid border line and the
button, making it look a bit odd.

The ListField form component is currently used in the
'User Tag Access' and 'Registered Tags' dialog windows in datacenter
option view.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
---
 www/manager6/form/ListField.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/manager6/form/ListField.js b/www/manager6/form/ListField.js
index 61e37f7e..0d0a4f6e 100644
--- a/www/manager6/form/ListField.js
+++ b/www/manager6/form/ListField.js
@@ -144,6 +144,7 @@ Ext.define('PVE.form.ListField', {
 	    text: gettext('Add'),
 	    iconCls: 'fa fa-plus-circle',
 	    handler: 'addLine',
+	    margin: '5 0 0 0',
 	},
     ],
 
-- 
2.39.2





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-02  8:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-27 12:47 [pve-devel] [PATCH manager] ui: form: listfield: add 5px padding between grid and 'Add' button Lukas Wagner
2023-08-02  8:02 ` [pve-devel] applied: " Thomas Lamprecht
2023-08-02  8:14   ` Lukas Wagner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal