Quote:
Originally Posted by ExFishermanBob
Dear Devs,
Would it be possible to move the emergency blow ballast button? - it occupies almost the same place as the decay and, worse, the plot course button. A number of times (well, a lot of times) I've gone to plot a course and clicked on it out of the corner of my eye.
Either that or make it a click, then confirm click or somesuch.
Regards,
RJL
|
If overlapping toolbars is an issue for you, we recommend breaking them out so they don't overlap.
In default/hud/default.txt you can comment out the default overlapping layout and replace it with a bottom toolbar or block above the mini-map.
Code:
ToolbarsPos=0,0,1
ForceAllToolbarsOn=FALSE
HelmToolbarOffset=0,0
DiveToolbarOffset=0,0
SensorToolbarOffset=0,0
//Force all toolbars on in bottom horizontal row
//ToolbarsPos=0,0,0
//ForceAllToolbarsOn=TRUE
//HelmToolbarOffset=331,-346
//DiveToolbarOffset=640,-346
//SensorToolbarOffset=953,-346
//Force all toolbars on in right vertical stack, anchored to mini-map
//ToolbarsPos=0,0,1
//ForceAllToolbarsOn=TRUE
//HelmToolbarOffset=0,0
//DiveToolbarOffset=0,71
//SensorToolbarOffset=0,142