play around with faders, WIP
This commit is contained in:
@@ -160,6 +160,19 @@ struct CustomRotatedIconData {
|
||||
#define WIDGET_KNOB_SIZE uis(48)
|
||||
#define WIDGET_KNOB_LABEL_GAP uip(4)
|
||||
|
||||
#define WIDGET_SLIDER_H_WIDTH uis(160)
|
||||
#define WIDGET_SLIDER_H_TRACK_H uis(6)
|
||||
#define WIDGET_SLIDER_H_THUMB_W uis(14)
|
||||
#define WIDGET_SLIDER_H_THUMB_H uis(20)
|
||||
#define WIDGET_SLIDER_V_HEIGHT uis(100)
|
||||
#define WIDGET_SLIDER_V_TRACK_W uis(6)
|
||||
#define WIDGET_SLIDER_V_THUMB_W uis(20)
|
||||
#define WIDGET_SLIDER_V_THUMB_H uis(14)
|
||||
#define WIDGET_FADER_HEIGHT uis(160)
|
||||
#define WIDGET_FADER_TRACK_W uis(4)
|
||||
#define WIDGET_FADER_CAP_W uis(38)
|
||||
#define WIDGET_FADER_CAP_H uis(52)
|
||||
|
||||
////////////////////////////////
|
||||
// Corner radius (from theme)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user