fix: compact, aligned controller face layout

Group each stick above its cluster (L over D-pad, R over face
buttons) in equal-height columns so the rows line up, cap the face
at a natural controller proportion so wide cards do not stretch it,
and replace the Select/Start chips with small round icon buttons
flanking the centered Guide button.

Co-Authored-By: qwen3.8-27b@q3_k_xl: compacted and aligned the face
This commit is contained in:
portersky
2026-08-29 15:02:01 +02:00
parent a652a9f187
commit 33356afe47
3 changed files with 63 additions and 32 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.22 LANGUAGES CXX Swift)
project(xone_macos VERSION 0.1.23 LANGUAGES CXX Swift)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)