SP Options Configure: hide option tree toggle for this dialog

[ci skip]
This commit is contained in:
Charles Dang 2017-04-30 21:27:58 +11:00
parent eeeb54c2ff
commit 4d23e8359e
2 changed files with 8 additions and 0 deletions

View file

@ -52,6 +52,7 @@
[row]
#ifndef __HIDE_CUSTOM_OPTION_TREE_TOGGLE
[column]
[toggle_button]
@ -60,6 +61,7 @@
[/toggle_button]
[/column]
#endif
[column]
grow_factor = 1

View file

@ -3,6 +3,10 @@
### Definition of the window to set custom option values in SP
###
# Hide custom option tree toggle in this dialog.
#define __HIDE_CUSTOM_OPTION_TREE_TOGGLE
#enddef
[window]
id = "sp_options_configure"
description = "SP custom option configre dialog"
@ -124,3 +128,5 @@
[/resolution]
[/window]
#undef __HIDE_CUSTOM_OPTION_TREE_TOGGLE