Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Plasma Desktop Plasma Desktop
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 28
    • Issues 28
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 41
    • Merge requests 41
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PlasmaPlasma
  • Plasma DesktopPlasma Desktop
  • Merge requests
  • !111

[folder view] Smooth out icon size steps

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Nate Graham requested to merge ngraham/plasma-desktop:smooth-steps-for-folderview-icon-sizes into master Aug 14, 2020
  • Overview 14
  • Commits 1
  • Pipelines 0
  • Changes 4

Right now, we have the following icon sizes available:

  • 16 (small)
  • 22 (smallMedium)
  • 32 (medium)
  • 48 (large)
  • 64 (huge)
  • 128 (enormous)

As a result, the differences between the first couple of options are very small, while the differences between the last two are dramatic. it feels a bit too abrupt.

This commit removes the smallest size and adds a new 96px size in between 64 and 128 to make the jump less abrupt. Appaopriate 96px places icons were added in frameworks/breeze-icons!36 (merged).

As a result, these are the new icon size options:

  • 22 (smallMedium)
  • 32 (medium)
  • 48 (large)
  • 64 (huge)
  • 96 (large * 2)
  • 128 (enormous)

The default icon size (64) remains the same.

cc @teams/vdg

Edited Aug 18, 2020 by Nate Graham
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: smooth-steps-for-folderview-icon-sizes