.. index:: pair: struct; EE::UI::UICodeEditor::MinimapConfig .. _doxid-struct_e_e_1_1_u_i_1_1_u_i_code_editor_1_1_minimap_config: struct EE::UI::UICodeEditor::MinimapConfig ========================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct MinimapConfig { // fields :ref:`Float` :target:`width` { 100 }; :ref:`Float` :target:`maxPercentWidth` { 0.1f }; bool :target:`syntaxHighlight` { true }; :ref:`Float` :target:`scale` { 1 }; int :target:`tabWidth` { 4 }; bool :target:`drawBackground` { true }; bool :target:`allowSmoothing` { false }; :ref:`Float` :target:`gutterWidth` { 5 }; };