this post was submitted on 11 Oct 2023
13 points (100.0% liked)
Gnome
2171 readers
15 users here now
The GNOME Project is a free and open source desktop and computing platform for open platforms like Linux that strives to be an easy and elegant way to use your computer. GNOME software is developed openly and ethically by both individual contributors and corporate partners, and is distributed under the GNU General Public License.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have never seen “length” in this context before. Usually, you would use “width” for horizontal and “height” for vertical sizes. Does “length” just mean
max(width, length)
?I find
length
also rather strange, why notheight
andwidth
...?But when thinking twice about it, I think you are right with your assumption.