Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: Lorri07 on August 16, 2011, 17:34:27

Title: Can you hide some of the buttons?
Post by: Lorri07 on August 16, 2011, 17:34:27
Is it possible to hide buttons - or at least hide a couple of the rows of buttons?  I've searched and cannot find it.  Hopefully I've missed something simple. 
Title: Re: Can you hide some of the buttons?
Post by: Mathias (Author) on August 16, 2011, 17:58:05
With Ctrl+B you can hide/show the entire button panel.

If you want to change how many button (rows and columns) the button panel should show need to edit the configuration for that manually.

Menu > Help > Go to > Config Folder

Select "MultiButtons.xml"

Select Menu > Tools > Text Conversion > To Windows Format (CRLF)

Then edit the MultiButtons.xml file.

the second line in that file contains the rows and cols. change them
Code: [Select]
<buttonpanel id="1" rows="4" cols="8">

You can change that to 1 or 2 rows if you want to have less buttons.

Title: Re: Can you hide some of the buttons?
Post by: Lorri07 on August 16, 2011, 18:04:56
Thank you very much for the quick reply - I really appreciate it!