Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gtk gtk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,552
    • Issues 1,552
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 218
    • Merge requests 218
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • gtkgtk
  • Merge requests
  • !90

theme: Use a more generic method for laying out path bar buttons

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Nikita Churaev requested to merge lamefun/gtk:path-bar-stack-fix into gtk-3-22 Mar 28, 2018
  • Overview 3
  • Commits 1
  • Pipelines 1
  • Changes 3

The fix for Nautilus path bar changing its size due to width differences between bold and regular text involves packing a bold label and a regular label into a GtkStack and switching between them. This means that the "label:first-child" and the "label:last-child" selectors are no longer reliable since they now reflect the order of the labels in the GtkStack and not whether the label comes before or after the image.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: path-bar-stack-fix