Skip to content

Commit

Permalink
AddonManager: expand dialog window
Browse files Browse the repository at this point in the history
  • Loading branch information
luzpaz authored and yorikvanhavre committed Aug 3, 2018
1 parent 48641c2 commit 1d81fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/AddonManager/AddonManager.py
Expand Up @@ -135,7 +135,7 @@ def __init__(self):
self.macro_repo_dir = tempfile.mkdtemp()

self.setObjectName("AddonsInstaller")
self.resize(326, 304)
self.resize(626, 404)
self.verticalLayout = QtGui.QVBoxLayout(self)
self.tabWidget = QtGui.QTabWidget()
self.verticalLayout.addWidget(self.tabWidget)
Expand Down

0 comments on commit 1d81fd6

Please sign in to comment.