tjackenpacken / taskbar-groups

Lightweight utility for organizing the taskbar through groups
MIT License
2.42k stars 202 forks source link

Delete Button Overlapped When Selecting an Application with a Very Long Name #315

Open brksaian opened 5 days ago

brksaian commented 5 days ago

Description

This pull request adds a new feature to handle long application names by truncating them and ensuring the delete button remains accessible.

Changes Made

Screenshots

image

How to Test

  1. Add or Edit an Group.
  2. Add new shortcut.
  3. Select an application with a very long name.
  4. Observe the delete button being overlapped by the application name.

Related Issues

Issue #314