From: Maksim Usmanov <skamasle@gmail.com>
To: pmg-devel@lists.proxmox.com
Cc: Maksim Usmanov <skamasle@gmail.com>
Subject: [PATCH] attachment grid: fix show all parts label alignment
Date: Sun, 3 May 2026 16:01:34 +0200 [thread overview]
Message-ID: <20260503140134.43558-1-skamasle@gmail.com> (raw)
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
next reply other threads:[~2026-05-04 11:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-03 14:01 Maksim Usmanov [this message]
2026-05-04 13:00 ` [PATCH] attachment grid: fix show all parts label alignment Dominik Csapak
2026-05-04 14:08 ` Maksim Usmanov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260503140134.43558-1-skamasle@gmail.com \
--to=skamasle@gmail.com \
--cc=pmg-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox