Page 1 of 1

Separator

Posted: 29 Jun 2023 03:59
by brianhuahin
Make variable size and remove the line.

Re: Separator

Posted: 29 Jun 2023 10:25
by Horst
???????????

Re: Separator

Posted: 30 Jun 2023 11:26
by brianhuahin
Perhaps I was not as clear as I should have been. I refer to the customization of the tool bar/s.

Re: Separator

Posted: 30 Jun 2023 12:18
by avivariba
brianhuahin wrote: 30 Jun 2023 11:26 Perhaps I was not as clear as I should have been. I refer to the customization of the tool bar/s.
Still not really clear to be honest. You would like to remove the separator line and replace it with a custom amount (if that is what you meant by "variable size", otherwise please elaborate) of empty space?

You can add extra space (without removing the line) in the config file (XYplorer.ini) by adjusting this:

Code: Select all

; Tweak: factor of separator width (2 - 10)
ToolbarSepFac=0
So I assume your wish is just to be able to hide the separator line (basically making it transparent), to end up with blank space between the icons instead?

Re: Separator

Posted: 30 Jun 2023 13:58
by brianhuahin
Hi
Used the Tweak and it met the first requirement brilliantly.
Now just need to remove the line if at all possible. If not ok better than the 3 lines I had before.

Re: Separator

Posted: 30 Jun 2023 16:20
by klownboy
If you'd rather not have a separator and instead have space on the toolbar, you can put text: in the name field of a new customized toolbar button. It will create an amount of blank space relative to the number of spaces used aftertext: You can assign an action or script to the blank space CTB just like any other button via the "On left-click" and "On-right click" mouse button action blocks.

Re: Separator

Posted: 01 Jul 2023 03:12
by brianhuahin
Thanks for that will give it a whirl.

Re: Separator

Posted: 20 Jul 2025 10:29
by Antieve
you can put text: in the name field
But how to make the button inactive in this case?
To avoid this on mouse hover
XYplorer_wx4ogPge7V.png
XYplorer_wx4ogPge7V.png (1.26 KiB) Viewed 3493 times

PS
In general, it would be nice to have a "Padding" button (transparent separator) in addition to the "Separator" button.

Re: Separator

Posted: 20 Jul 2025 11:17
by klownboy
There's no way to avoid the mouse over using the text: method.

Re: Separator

Posted: 24 Jul 2025 19:14
by admin
In the next beta you can set ToolbarSepFac to a negative value to suppress drawing the separator.

Re: Separator

Posted: 24 Jul 2025 19:46
by Antieve
admin wrote: 24 Jul 2025 19:14 In the next beta you can set ToolbarSepFac to a negative value to suppress drawing the separator.
Thx! We look forward to it!