From 5d75fa42cf349550d9944348f6d1e7c676026421 Mon Sep 17 00:00:00 2001 From: TheSevenPens <98374109+TheSevenPens@users.noreply.github.com> Date: Wed, 2 Sep 2026 06:24:54 -0700 Subject: [PATCH] feat: drop the monitor icon from Home's tablet rows Every row carried the same glyph, so it distinguished nothing -- it just indented the names away from the column's left edge. Without it they line up with "about", "your tablets" and the paragraph above, giving the column one straight edge the whole way down. Entity's icon column collapses on its own when Icon is null, so removing the attribute is the whole change on that side. IconMonitor went with it: this was its only use, and a glyph nothing draws is the same dead weight as an unused key. The link / link-off icons beside each name stay. Those are not decoration -- they are how a row shows whether the tablet is currently detected. Co-Authored-By: Claude Opus 5 --- OpenTabletArtist/Themes/Icons.axaml | 2 -- OpenTabletArtist/Views/DashboardView.axaml | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/OpenTabletArtist/Themes/Icons.axaml b/OpenTabletArtist/Themes/Icons.axaml index 4b6d2a4..0100fa7 100644 --- a/OpenTabletArtist/Themes/Icons.axaml +++ b/OpenTabletArtist/Themes/Icons.axaml @@ -59,8 +59,6 @@ M21,2H3A2,2 0 0,0 1,4V20A2,2 0 0,0 3,22H21A2,2 0 0,0 23,20V4A2,2 0 0,0 21,2M21,20H3V6H21V20Z - - M19,18H5V6H19M21,4H3C1.89,4 1,4.89 1,6V18A2,2 0 0,0 3,20H21A2,2 0 0,0 23,18V6C23,4.89 22.1,4 21,4Z M20 20.5C20 21.3 19.3 22 18.5 22H13C12.6 22 12.3 21.9 12 21.6L8 17.4L8.7 16.6C8.9 16.4 9.2 16.3 9.5 16.3H9.7L12 18V9C12 8.4 12.4 8 13 8S14 8.4 14 9V13.5L15.2 13.6L19.1 15.8C19.6 16 20 16.6 20 17.1V20.5M20 2H4C2.9 2 2 2.9 2 4V12C2 13.1 2.9 14 4 14H8V12H4V4H20V12H18V14H20C21.1 14 22 13.1 22 12V4C22 2.9 21.1 2 20 2Z diff --git a/OpenTabletArtist/Views/DashboardView.axaml b/OpenTabletArtist/Views/DashboardView.axaml index 1753a8d..c458c19 100644 --- a/OpenTabletArtist/Views/DashboardView.axaml +++ b/OpenTabletArtist/Views/DashboardView.axaml @@ -35,8 +35,7 @@ -