Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
gnome-shell
gnome-shell
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,311
    • Issues 1,311
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 116
    • Merge Requests 116
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GNOME
  • gnome-shellgnome-shell
  • Issues
  • #3069

Closed
Open
Opened Aug 14, 2020 by Sebastian Keller@skellerReporter

App folder icon does not scale properly; shifts caption text down

When the app folder icon has to be scaled, the resulting icon can be larger than the intended size. This in turn shifts the caption down by a few pixels compared to non-folder icons. This affects master as well as 3.36, but it is worse in 3.36 due to the difference in when/how icons are scaled.

Problem seen on master with 1280x720. I added a red line to help see the difference in the caption position: Screenshot_from_2020-08-15_01-05-52

This is caused by FolderView::createFolderIcon() using a size of 0.4 of the target icon size for its sub-icons, but does not consider the padding+spacing specified in the CSS, which could exceed the remaining 0.2 * size for small sizes.

Edited Oct 03, 2020 by Andre Klapper
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: GNOME/gnome-shell#3069