Is there any way to prevent Line break? #27
-
|
If I set 2 Chinese characters in Large button, each Chinese characters is line breaked. But Windows Explorer looks good. Can I set the button width or prevent line break? |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments
-
|
Is the Line break done for the Label of the large button? |
Beta Was this translation helpful? Give feedback.
-
|
Any 2 Chinese characters will break. For example, I change the WordPad exmaple Paste label to '粘贴', save, build, preview. The screen attached. |
Beta Was this translation helpful? Give feedback.
-
|
May be there is a solution for this problem (I think it is a bug in the Microsoft implementation). Open the RibbonMarkup.xml with a text editor. Add character sequence 
 ; without the space between A and ; (this is a line break in xml) at the end of the Chinese characters. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Open the RibbonMarkup.xml with a text editor. Here is an example with emoji's |
Beta Was this translation helpful? Give feedback.
-
|
Yes! Add a Line Break at the end of Label works! Thanks. |
Beta Was this translation helpful? Give feedback.
-
|
I have done a Pre-Release v2.15.2 to solve the problem. Now you can also edit in RibbonTools the Line break at the end of Label with \n |
Beta Was this translation helpful? Give feedback.






Open the RibbonMarkup.xml with a text editor.
text editor should not be the RibbonTools. You can use for example Notepad++.
Here is an example with emoji's