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:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user