Add optional label display for app icons (#35)#46
Merged
iandiv merged 4 commits intoiandiv:masterfrom Dec 23, 2025
Merged
Conversation
- Add showLabels and labelSize per-group settings - Add Show Labels toggle and Label Size combobox in EditGroupWindow - Create label templates in PopupWindow for displaying tooltip text - Auto layout: horizontal labels for 1 column, vertical for 2+ - Adjust window sizing when labels are enabled - Backward compatible: existing configs default to labels off
- Add per-group Show Labels toggle and Label Size setting - Auto layout: horizontal labels (icon left, text right) for 1 column - Auto layout: vertical labels (icon top, text below) for 2+ columns - Labels use existing tooltip text with ellipsis truncation - Backward compatible: existing groups default to labels off - Increase EditGroupWindow height to accommodate new controls
Owner
Contributor
Author
Owner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
Screenshots
Single column with labels (horizontal):
Icon appears on the left, label text on the right
Multi-column with labels (vertical):
Icon appears on top, label text below
Test plan
Closes #35
Closes #43