def setScaleVertical(self, title):
        sc = self.widgetManager.get(WIDGET_NAMES.Scale, title)
        sc.config(orient=VERTICAL)