Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P Plasma Breeze visual style
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 14
    • Merge requests 14
  • 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 Breeze visual style
  • Merge requests
  • !282

RTL: Fix ScrollBar & ToolButton

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged ivan tkachenko requested to merge work/ratijas/rtl into master Jan 21, 2023
  • Overview 1
  • Commits 2
  • Pipelines 3
  • Changes 1

ScrollBar: Fix pixel alignment in RTL mode

PenWidth::Frame is a floating number, intentionally set to something non-integer. So it needs to round up or down as appropriate instead of throwing it at default truncating strategy.

Before After
Before After

(The other, second pixel mis-alignment is due to be fixed in System Settings and Kirigami/ColumnView)

ToolButton: Fix drop-down menu arrow in RTL layouts

Before Before
After After

CCMAIL @jblackquill

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/ratijas/rtl