mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-23 09:11:03 +00:00
window: addtotp: Increase the size of the quiet zone
It is recommended that the quiet zone has the width of 4 blocks, since each block is around 4 pixels each, we need a margin of 16 pixels and a size of 256 + 2 * 16 pixels. Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
parent
7d5201a32f
commit
c655b2f577
@ -224,10 +224,10 @@ Ext.define('Proxmox.window.AddTotp', {
|
|||||||
visible: '{!secretEmpty}',
|
visible: '{!secretEmpty}',
|
||||||
},
|
},
|
||||||
style: {
|
style: {
|
||||||
margin: '5px auto',
|
margin: '16px auto',
|
||||||
padding: '5px',
|
padding: '16px',
|
||||||
width: '266px',
|
width: '288px',
|
||||||
height: '266px',
|
height: '288px',
|
||||||
'background-color': 'white',
|
'background-color': 'white',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user