GrandOrgue / GoOdf

A tool for creating/editing organ definition files for GrandOrgue
GNU General Public License v3.0
11 stars 1 forks source link

Drawstop, Switch, Coupler, Tremulant text always displayed in their Gui elements #6

Closed davidgritter closed 1 year ago

davidgritter commented 1 year ago

There does not appear to be any way to prevent The display of the name of these elements on the GUI panel. In the ODF file the GUIelementXXX can be edited to remove this text so that an external graphical ON and OFF image that already contains the name can be specified.

larspalo commented 1 year ago

It's done by setting TextBreakWidth to 0.

larspalo commented 1 year ago

Also, the DispLabelText can be used to override the original object name for display. But to completely eliminate any displayed text, the TextBreakWidth must be set to zero.

larspalo commented 1 year ago

@davidgritter Can we consider this issue as fixed?

davidgritter commented 1 year ago

Yes, I've written in the documentation that you need to set TextBreakWidth to zero so no name is displayed.