fix: square, grid-aligned D-pad and face buttons

Give both clusters a shared 100x100 footprint so they align on the
same grid: D-pad cells are now square (30x30 with 5pt gaps) and the
ABXY diamond is positioned on its diagonals instead of stacked rows.
Drops the height-matching frame hack from the card layout.

Co-Authored-By: qwen3.8-27b@q3_k_xl: squared and aligned the clusters
This commit is contained in:
portersky
2026-08-29 15:04:46 +02:00
parent 33356afe47
commit 823b4f22d2
3 changed files with 25 additions and 22 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ if(NOT CMAKE_GENERATOR MATCHES "^(Ninja|Xcode)$")
endif()
cmake_minimum_required(VERSION 3.21)
project(xone_macos VERSION 0.1.23 LANGUAGES CXX Swift)
project(xone_macos VERSION 0.1.24 LANGUAGES CXX Swift)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)