Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • garcon garcon
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • XfceXfce
  • garcongarcon
  • Merge requests
  • !25

Fix menu icon blurriness when UI scale factor != 1

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Brian Tarricone requested to merge kelnos/garcon:fix-menu-icon-blurriness-scaled-ui into master Oct 28, 2022
  • Overview 21
  • Commits 1
  • Pipelines 10
  • Changes 1

If the UI is scaled up from 1x, icons need to be rendered at a higher-multiple pixel value. The GtkImage can then be created (or updated) with a scale-aware cairo_surface_t.

Closes #33 (closed).

Edited Oct 28, 2022 by Brian Tarricone
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-menu-icon-blurriness-scaled-ui