Author Topic: Can you hide some of the buttons?  (Read 9599 times)

Lorri07

  • Newbie
  • *
  • Posts: 2
    • View Profile
Can you hide some of the buttons?
« 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. 

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4271
    • View Profile
    • Multi Commander
Re: Can you hide some of the buttons?
« Reply #1 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.


Lorri07

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Can you hide some of the buttons?
« Reply #2 on: August 16, 2011, 18:04:56 »
Thank you very much for the quick reply - I really appreciate it!