struct EE::UI::UICodeEditor::MinimapConfig¶
#include <uicodeeditor.hpp> struct MinimapConfig { // fields Float width { 100 }; Float maxPercentWidth { 0.1f }; Float scale { 1 }; int tabWidth { 4 }; bool drawBackground { true }; bool allowSmoothing { false }; Float gutterWidth { 5 }; };