Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P Plasma Bigscreen
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • 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
  • Plasma
  • Plasma Bigscreen
  • Merge requests
  • !13

Merged
Created Mar 19, 2020 by Noah Davis@ndavis🌵Developer

Fix text glitchiness in IconDelegate and create a bit more space for text

  • Overview 2
  • Commits 2
  • Changes 1

The text was a bit spazzy before. This patch does the following:

  • Horizontally center the text. It's not what I wanted, but it's not bad and it works better.
  • Use anchors with AnchorAnimations to position and move textLayout. There doesn't seem to be any glitchiness with the AnchorAnimations.
  • Do not change the width of the icon. This gives the text a bit more room.

These changes also let us use YAnimator.

Edited Mar 19, 2020 by Noah Davis
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix-text