Files
smartbar/internal/config/config.go

8 lines
151 B
Go
Raw Normal View History

2025-08-10 17:17:01 -07:00
package config
// Centralized physical page size in inches. Change here to retarget the whole system.
var (
PageWidthIn = 5.5
PageHeightIn = 8.5
)