public inbox for pmg-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH] attachment grid: fix show all parts label alignment
@ 2026-05-03 14:01 Maksim Usmanov
  2026-05-04 13:00 ` Dominik Csapak
  0 siblings, 1 reply; 3+ messages in thread
From: Maksim Usmanov @ 2026-05-03 14:01 UTC (permalink / raw)
  To: pmg-devel; +Cc: Maksim Usmanov

Move the Show All Parts checkbox label to the right place by fixing the
boxLabelAlign typo.

Signed-off-by: Maksim Usmanov <skamasle@gmail.com>
---
 js/AttachmentGrid.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/AttachmentGrid.js b/js/AttachmentGrid.js
index bea3e6e..ed66141 100644
--- a/js/AttachmentGrid.js
+++ b/js/AttachmentGrid.js
@@ -20,7 +20,7 @@ Ext.define('PMG.grid.AttachmentGrid', {
         {
             xtype: 'checkbox',
             boxLabel: gettext('Show All Parts'),
-            boxLabelAlgign: 'before',
+            boxLabelAlign: 'before',
             listeners: {
                 change: function (checkBox, value) {
                     let store = this.up('pmgAttachmentGrid').getStore();
-- 
2.53.0



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

end of thread, other threads:[~2026-05-04 14:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-03 14:01 [PATCH] attachment grid: fix show all parts label alignment Maksim Usmanov
2026-05-04 13:00 ` Dominik Csapak
2026-05-04 14:08   ` Maksim Usmanov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal