Line feed in Virtual Console Button Label

Ask a generic question about the usage of QLC+, not related to a particular operating system
Post Reply
Palmer
Posts: 3
Joined: Tue May 30, 2023 5:20 am
Real Name: Dean Palmer

Is there a way to enter a line feed in a button label in Virtual Console? It is difficult to get the text to display like I want by just adding spaces.
janosvitok
Posts: 1325
Joined: Mon Apr 13, 2015 7:05 am
Location: Bratislava, Slovakia
Real Name: Jano Svitok
Contact:

You need to open the XML file in a text editor and add 
 where you want new lines.

e.g.

change

Code: Select all

<Button Caption="Line 1 Line 2 Line 3" ID="0" Icon="">
to

Code: Select all

<Button Caption="Line 1&#10;Line 2&#10;Line 3" ID="0" Icon="">
Jano
Palmer
Posts: 3
Joined: Tue May 30, 2023 5:20 am
Real Name: Dean Palmer

Very helpful. Thanks!

--Dean
Post Reply