Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions OpenTabletArtist/Themes/Icons.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@

<StreamGeometry x:Key="IconApplication">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</StreamGeometry>

<!-- MDI "monitor" — the icon shown on tablet entity cards (Entity.Icon). -->
<StreamGeometry x:Key="IconMonitor">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</StreamGeometry>

<!-- MDI "gesture-tap-button" — the icon shown on tablet-button entity cards (Entity.Icon). -->
<StreamGeometry x:Key="IconButtonPointer">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</StreamGeometry>
Expand Down
3 changes: 1 addition & 2 deletions OpenTabletArtist/Views/DashboardView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
<!-- Double-click the card to open the tablet's settings (#tablet-card-mapping): the
per-card "edit" button was removed in favour of this, so the card is one clear
target. The Forget button still handles its own click. -->
<c:Entity Icon="{StaticResource IconMonitor}"
DoubleTapped="OnTabletCardDoubleTapped"
<c:Entity DoubleTapped="OnTabletCardDoubleTapped"
ToolTip.Tip="Double-click to open this tablet's settings">
<Grid ColumnDefinitions="*,Auto" ColumnSpacing="12">
<StackPanel Grid.Column="0" MinWidth="0" VerticalAlignment="Center">
Expand Down