Fixed some issues with path loading and Windows.
This commit is contained in:
parent
66431d2d14
commit
fddc010260
3 changed files with 1 additions and 5 deletions
2
main.py
2
main.py
|
|
@ -34,8 +34,8 @@ class ExistingProjectDialog(QtGui.QDialog):
|
|||
def __init__(self, recent_projects, directory_callback, parent=None):
|
||||
super(ExistingProjectDialog, self).__init__(parent)
|
||||
self.setWindowTitle('Open Project Folder')
|
||||
self.setWindowIcon(QtGui.QIcon(get_file('files/images/icon.png')))
|
||||
self.setMinimumWidth(500)
|
||||
self.parent().menuBar().hide()
|
||||
|
||||
group_box = QtGui.QGroupBox('Existing Projects')
|
||||
gbox_layout = QtGui.QVBoxLayout()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue