tjackenpacken / taskbar-groups

Lightweight utility for organizing the taskbar through groups
MIT License
2.51k stars 205 forks source link

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

Open brksaian opened 4 months ago

brksaian commented 4 months 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