multiprofile. portable mode fixes

This commit is contained in:
ingvar1995 2016-04-03 23:51:46 +03:00
parent 90a3cc2afa
commit 1be8040b45
7 changed files with 150 additions and 84 deletions

View file

@ -1,10 +1,11 @@
from PySide import QtCore, QtGui
from settings import Settings
from profile import Profile, ProfileHelper
from settings import *
from profile import Profile
from util import get_style, curr_directory
class CenteredWidget(QtGui.QWidget):
def __init__(self):
super(CenteredWidget, self).__init__()
self.center()