elif self.fit_type == MainWindowModel._HORIZONTAL_FIT:
            f = w / width
            if int(f*height) > h:
                w -= self.scroll_bar_size
                f = w / width