mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-01 02:16:15 -04:00
5 lines
112 B
Python
5 lines
112 B
Python
import sys
|
|
|
|
def setup(core, object):
|
|
object.setCustomizationVariable('/private/index_hover_height', 40)
|
|
return |