Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • M Milou
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 6
    • Merge requests 6
  • 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
  • Milou
  • Merge requests
  • !42

ResultDelegate: Fix action buttons fully expanding on height

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ismael Asensio requested to merge work/iasensio/multiline-actions into master May 29, 2022
  • Overview 14
  • Commits 1
  • Pipelines 5
  • Changes 1

This is a problem for multiline results where the result height can be indefinitely long.

This will change also the size of actions for single-line items. An exception could be made but at the cost of complicating the code if only a bit. The icon size is the same in all the cases (small-medium: 22px), just the click area of the button changes. I'm also writing this in case someone considers it's worth to keep that case like it was before.

BEFORE AFTER
multline_fullheight krunner_multiline
singleline_fullheight krunner_singleline
Edited Jun 09, 2022 by Ismael Asensio
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/iasensio/multiline-actions