Skip to content

Conversation

@theking2
Copy link

Updated Gtk.Label and Gtk.Button to use keyword arguments for clarity.

Updated Gtk.Label and Gtk.Button to use keyword arguments for clarity.
super(LabeledItem, self).__init__(orientation=Gtk.Orientation.HORIZONTAL)

self.label_widget = Gtk.Label(label)
# Fixed: Use keyword argument instead of positional
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, there's no need for these comments - git shows us what has changed, and your commit message tells us why.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is usually added by AI.

@clefebvre clefebvre changed the title Refactor label and button initialization to use keywords [WIP] Refactor label and button initialization to use keywords Nov 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants