Change width of MiniMap

Is there any way to set the width of the MiniMap in Komodo 10? It’s width seems to be determined automatically, and there’s no way to resize it. The automatic width is a bit arbitrary, and it’s not optimal. How can I change the width?

Anyone? The minimap is way too wide. The only option I can see is to disable it completely.

Open Color Scheme Editor, select Interface in the dropdown list and append this code to the existing one:

@minimap-width:150px;
#komodo_main minimap{max-width:@minimap-width!important;min-width:@minimap-width!important}

Change 150px to your width if you want.

Sorry for the late reply. I’ve missed that somehow :frowning: