mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Text alignment in the grid #1646
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#1646
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ujos on GitHub (Aug 30, 2014).
Some columns which contain numbers should be aligned by right side:
@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.
@sledgehammer999 commented on GitHub (Aug 30, 2014):
Why? Is there an expectation for numbers to be right-aligned in GUIs?
@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):
http://ux.stackexchange.com/questions/13795/is-there-a-standard-to-left-justify-text-and-right-justify-numeric-values
@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.
@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
@chrishirst commented on GitHub (Aug 31, 2014):
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?
@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.