Fix: Panel shifts when clock seconds change (#13336)#13459
Fix: Panel shifts when clock seconds change (#13336)#13459carsteneu wants to merge 1 commit intolinuxmint:masterfrom
Conversation
Use tabular figures (font-feature-settings: "tnum") for the clock label to ensure all digits have equal width. This prevents the panel from shifting when the time changes (e.g., from "9:59" to "10:00" or when seconds update). Fixes linuxmint#13336
|
This doesn't do anything for me. I think it's already enabled for most fonts. But also, it seems like what you really want is to revert this change: I don't disagree that having everything on your panel shift can be annoying, but to me, being forced to stare at extra spacing within the clock label is worse. An ideal fix here would be for the label to have fixed size larger than maximum width the label could ever be based on the current format. example: Then the layout could resize itself internally, without affecting the rest of the panel. This would be a lot more complex than my example, however - you need to account for locale, days of the week, etc... |
Use tabular figures (font-feature-settings: "tnum") for the clock label to ensure all digits have equal width. This prevents the panel from shifting when the time changes (e.g., from "9:59" to "10:00" or when seconds update). I think its
Fixes #13336