This commit is contained in:
Yusarina
2025-11-16 18:35:55 +00:00
parent daef1298d4
commit 1d9c186613
+1 -1
View File
@@ -6,7 +6,7 @@ from bpy.types import UILayout, Context, Operator
class UIStyle:
"""Centralized UI styling constants for consistent appearance"""
g
SECTION_SEPARATOR_FACTOR: float = 0.5
SUBSECTION_SEPARATOR_FACTOR: float = 0.3
PRIMARY_BUTTON_SCALE: float = 1.5