beremiz
Clone
Summary
Browse
Changes
Graph
increase height of some dialog windows so they have enough space for buttons
2016-04-21, Andrey Skvortsov
6dbebfcec074
increase height of some dialog windows so they have enough space for buttons
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")