##// END OF EJS Templates
Removed combo-box explicit height...
Removed combo-box explicit height b/c it caused the carrot button to misalign with the combo box

File last commit:

r13347:54891794
r14355:feda92df
Show More
__init__.py
4 lines | 91 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from ._simplegeneric import *