SKINS - Toolbar Separator-How to remove 1 of them? [FIXED]

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
M33R4
Sr. Propeller Head
Posts: 128
Joined: Wed Oct 07, 2020 7:58 am
Location: UK

SKINS - Toolbar Separator-How to remove 1 of them? [FIXED]

Post by M33R4 »

I removed an icon from my toolbar but the separator is still visible
toolbar separator.PNG
Skin > Toolbar > Styles > Toolbar Button Separator - there is no option here to remove just the 1 separator.

Question: how can I remove that 1 separator please :?:

Thank you.
You do not have the required permissions to view the files attached to this post.
Last edited by M33R4 on Tue May 25, 2021 2:35 am, edited 3 times in total.
Newbie to MadCap Flare
Matze
Sr. Propeller Head
Posts: 163
Joined: Mon Jun 20, 2016 10:35 pm

Re: SKINS - Toolbar Separator - How to remove 1 of them?

Post by Matze »

Hi,
have you checked the skin file via editor?

I would make a copy first of the skin file :lol:

When you look in the skin file you can search "Separator".

In my skin you see the following, I´ve a separator between the next topic button and the print button and between the support button.

Code: Select all

<Toolbar
    EnableCustomLayout="true"
    Buttons="LastVisitTopic|PreviousTopic|NextTopic|Separator|Print|Separator|Support">
May it be possible that the Separator is inserted?
M33R4
Sr. Propeller Head
Posts: 128
Joined: Wed Oct 07, 2020 7:58 am
Location: UK

Re: SKINS - Toolbar Separator - How to remove 1 of them?

Post by M33R4 »

Matze wrote:Hi,
have you checked the skin file via editor?

I would make a copy first of the skin file :lol:

When you look in the skin file you can search "Separator".

In my skin you see the following, I´ve a separator between the next topic button and the print button and between the support button.

Code: Select all

<Toolbar
    EnableCustomLayout="true"
    Buttons="LastVisitTopic|PreviousTopic|NextTopic|Separator|Print|Separator|Support">
May it be possible that the Separator is inserted?
Matze you Genius :!: You've really helped me with this today and I am very grateful :)

Original toolbar in Text Editor looked like this:
<TopicToolbar
EnableCustomLayout="true"
Buttons="New|Separator|Help|Separator|ExpandAll|Separator|Email|Separator|Print|Separator|PreviousTopic|Separator|NextTopic">
<Script></Script>
</TopicToolbar>


Now toolbar in Text Editor looks like this after removing the Expand All icon and its separator:

<TopicToolbar
EnableCustomLayout="true"
Buttons="New|Separator|Help|Separator|Email|Separator|Print|Separator|PreviousTopic|Separator|NextTopic">
<Script></Script>
</TopicToolbar>
toolbar separator_resolved.PNG
You do not have the required permissions to view the files attached to this post.
Newbie to MadCap Flare
Post Reply