SP Options Configure: hide option tree toggle for this dialog
[ci skip]
This commit is contained in:
parent
eeeb54c2ff
commit
4d23e8359e
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue