Files
smartbar/internal/config/config.go

8 lines
151 B
Go

package config
// Centralized physical page size in inches. Change here to retarget the whole system.
var (
PageWidthIn = 5.5
PageHeightIn = 8.5
)