From 79d37d3c963b0638cba92c0acc5caeb9f2de3431 Mon Sep 17 00:00:00 2001 From: jx11r Date: Mon, 17 Jul 2023 02:49:37 -0600 Subject: [PATCH] extras(groupbox): update descriptions --- extras/groupbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/groupbox.py b/extras/groupbox.py index 5c78492..73c954e 100644 --- a/extras/groupbox.py +++ b/extras/groupbox.py @@ -19,7 +19,7 @@ class GroupBox(groupbox.GroupBox): "colors", False, "Receive a list of strings." - "Allows each tag to be an independent/unique color when selected, this overrides 'active'.", + "Allows each label to have its own independent/unique color when selected, overriding the 'active' parameter.", ), ( "icons",