Skip to content

fix(ui): swap transposed table and compact view icons#722

Open
hamsa0x7 wants to merge 1 commit into
memstechtips:mainfrom
hamsa0x7:fix-transposed-view-icons
Open

fix(ui): swap transposed table and compact view icons#722
hamsa0x7 wants to merge 1 commit into
memstechtips:mainfrom
hamsa0x7:fix-transposed-view-icons

Conversation

@hamsa0x7

@hamsa0x7 hamsa0x7 commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Summary

Swaps the icons for Table View and Compact View in the Software & Apps page to correct their visual representation.

Problem

The Table View and Compact View icons were transposed. The Table View (displaying full-width rows) used the grid-like TableSimple icon, while the Compact View (displaying a wrapping grid of cells) used the list-like LineHorizontal3 icon.

Changes

  • src/Winhance.UI/Features/SoftwareApps/SoftwareAppsPage.xaml: Swapped the Icon properties of the TableViewToggle (TableSimple -> LineHorizontal3) and CompactViewToggle (LineHorizontal3 -> TableSimple) toggle buttons.

Related Issues

Fixes #701

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.

[BUG] Table view and compact view icons transposed

1 participant