short ui update

This commit is contained in:
ingvar1995 2016-07-02 22:19:04 +03:00
parent 3990487701
commit daa0053e4b
7 changed files with 24 additions and 23 deletions

View file

@ -408,9 +408,9 @@ class MainWindow(QtGui.QMainWindow):
if not hasattr(self, 'menu'):
self.menu = DropdownMenu(self)
self.menu.setGeometry(QtCore.QRect(0 if Settings.get_instance()['mirror_mode'] else 270,
self.height() - 100,
150,
100))
self.height() - 120,
180,
120))
self.menu.show()
# -----------------------------------------------------------------------------------------------------------------