Clean gui_frontend

This commit is contained in:
2015-12-29 10:37:47 +05:30
parent cb2b86933f
commit c1f366a269
@@ -23,7 +23,6 @@ def main():
screen_topright = screen_geo.topRight() screen_topright = screen_geo.topRight()
app.x_pos = (screen_topright.x() - 20) - app.width app.x_pos = (screen_topright.x() - 20) - app.width
app.y_pos = (screen_topright.y() + 20) app.y_pos = (screen_topright.y() + 20)
# import pdb;pdb.set_trace()
# GUI configarg # GUI configarg
BASE_DIR = os.path.abspath(os.path.dirname(__file__)) BASE_DIR = os.path.abspath(os.path.dirname(__file__))