Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • Settings Settings
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 934
    • Issues 934
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 60
    • Merge requests 60
  • 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
  • SettingsSettings
  • Merge requests
  • !1644

network: Make metered connection label a child of its check button

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Alynx Zhou requested to merge AlynxZhou/gnome-control-center:fix-metered-check into main Jan 28, 2023
  • Overview 9
  • Commits 1
  • Pipelines 4
  • Changes 2

GtkCheckButton accepts a widget as its child and will toggle when clicking its child, currently we put check button and label of metered connection into a box, then clicking the label won't toggle the check button, this differs from the other two check buttons.

This commit makes the label a child widget of the check button, so the three check buttons behave the same.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-metered-check