Text alignment in the grid #1646

Closed
opened 2026-02-21 15:46:31 -05:00 by deekerman · 8 comments
Owner

Originally created by @ujos on GitHub (Aug 30, 2014).

Some columns which contain numbers should be aligned by right side:

  • Size
  • Downloaded
  • Remaining
  • ETA
  • Downloaded speed
  • Upload speed
  • Uploaded
Originally created by @ujos on GitHub (Aug 30, 2014). Some columns which contain numbers should be aligned by right side: - Size - Downloaded - Remaining - ETA - Downloaded speed - Upload speed - Uploaded
Author
Owner

@YuriIvanov commented on GitHub (Aug 30, 2014):

I think it will not be hard to do. If sledgehammer999 approves this improvement, I'll try do it.

@YuriIvanov commented on GitHub (Aug 30, 2014): I think it will not be hard to do. If sledgehammer999 approves this improvement, I'll try do it.
Author
Owner

@sledgehammer999 commented on GitHub (Aug 30, 2014):

Why? Is there an expectation for numbers to be right-aligned in GUIs?

@sledgehammer999 commented on GitHub (Aug 30, 2014): Why? Is there an expectation for numbers to be right-aligned in GUIs?
Author
Owner

@YuriIvanov commented on GitHub (Aug 30, 2014):

In uTorrent such fields is right-aligned. In Microsoft Excel too.

@YuriIvanov commented on GitHub (Aug 30, 2014): In uTorrent such fields is right-aligned. In Microsoft Excel too.
Author
Owner
@YuriIvanov commented on GitHub (Aug 30, 2014): http://ux.stackexchange.com/questions/13795/is-there-a-standard-to-left-justify-text-and-right-justify-numeric-values
Author
Owner

@chrishirst commented on GitHub (Aug 30, 2014):

There is no standard as such, merely a convention. For spreadsheet or database applications numeric values are commonly right aligned to create a 'gap' between the numbers in the columns, so that it does not appear as if the right column numbers are a continuation of the numbers in the left column.

@chrishirst commented on GitHub (Aug 30, 2014): There is no standard as such, merely a convention. For spreadsheet or database applications numeric values are commonly right aligned to create a 'gap' between the numbers in the columns, so that it does not appear as if the right column numbers are a continuation of the numbers in the left column.
Author
Owner

@ujos commented on GitHub (Aug 30, 2014):

Right alignment makes numbers comparison easy.

For example compare
12 356
123 478

and
12 356
123 478

But it works when weight of number is equal. In case of qBittorrent when the ending can be different (KB, MB, GB) it does not work. So... that is just my favour

@ujos commented on GitHub (Aug 30, 2014): Right alignment makes numbers comparison easy. For example compare 12 356 123 478 and 12 356 123 478 But it works when weight of number is equal. In case of qBittorrent when the ending can be different (KB, MB, GB) it does not work. So... that is just my favour
Author
Owner

@chrishirst commented on GitHub (Aug 31, 2014):

Right alignment makes numbers comparison easy

Of course they do, that is why 'right aligned numerical values' is the convention when dealing arrays of numeric values in western languages using the Arabic numeral system.

But on the other hand the vertical columns in the qBitTorrent transfer list have absolutely no bearing on the values above and below so why do you need to compare them?

@chrishirst commented on GitHub (Aug 31, 2014): > Right alignment makes numbers comparison easy Of course they do, that is why 'right aligned numerical values' is the **convention** when dealing arrays of numeric values in western languages using the Arabic numeral system. But on the other hand the vertical columns in the qBitTorrent transfer list have absolutely no bearing on the values above and below so why do you need to compare them?
Author
Owner

@ujos commented on GitHub (Aug 31, 2014):

I know, you cannot compare values in columns of qBittorrent by size of text, but right aligned numeric values are looking more... organized... and it is easy to read. You can compare that in Excel.

@ujos commented on GitHub (Aug 31, 2014): I know, you cannot compare values in columns of qBittorrent by size of text, but right aligned numeric values are looking more... organized... and it is easy to read. You can compare that in Excel.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/qBittorrent#1646
No description provided.