View Single Post
Old 08-17-2018, 11:45 AM   #28
rst
Human being with feelings
 
rst's Avatar
 
Join Date: Sep 2009
Location: Vilnius, Lithuania
Posts: 79
Default Too wide right margin

When doing Default theme modification I got too wide right margin as in attached animated. For example envelope control disappears too early when it is still plenty of space on x-axis.

Layout section in rtconfig looks next. What I need to change to keep envelope control visible till the track width becomes really narrow?


Layout "2 - too wide right margin "

; ---------------------------- USER : mess with these:----------------------------

; order of controls (1-15)

def order_io 1
def order_label 2
def order_volume 3
def order_pan_width 4
def order_mute 5
def order_solo 6
def order_fx 7
def order_fxbyp 8
def order_phase 9
def order_env 10
def order_recarm 0
def order_recmode 0
def order_recmon 0
def order_fxin 0
def order_recinput 0

set pad [4 4]
set n_border [8 8]
set e_size [0 0 19 19]

; element w h pad glu sf

variance order_io 5 0 6 0 0
variance order_label 113 0 -3 0 0
variance order_volume 0 0 -3 0 0
variance order_pan_width 23 0 0 0 0
variance order_mute 0 0 0 0 0
variance order_solo 0 0 -5 1 0
variance order_fx -3 0 0 0 0
variance order_fxbyp -7 0 -4 1 0
variance order_phase -4 0 0 0 0
variance order_env 23 0 0 0 0
variance order_recarm 0 0 0 0 0
variance order_recmode 0 0 0 0 0
variance order_recmon 0 0 0 0 0
variance order_fxin 0 0 0 0 0
variance order_recinput 0 0 0 0 0

set min_width [226]
set f_align [2]
set show_vals [0]
set use_area [0]
set popup_fader [0]

; ----------------------------- OK, stop messing here ----------------------------
draw_tcp
EndLayout
Attached Images
File Type: gif Default_modification_wide_margin.gif (53.1 KB, 1409 views)
rst is offline   Reply With Quote