Bigger memo list
This commit is contained in:
parent
8a9a0231fc
commit
585abbc5db
1 changed files with 1 additions and 1 deletions
2
menus.py
2
menus.py
|
@ -941,7 +941,7 @@ class PesterMemoList(QtGui.QDialog):
|
|||
self.theme = parent.theme
|
||||
self.mainwindow = parent
|
||||
self.setStyleSheet(self.theme["main/defaultwindow/style"])
|
||||
self.resize(200, 300)
|
||||
self.resize(250, 500)
|
||||
|
||||
self.label = QtGui.QLabel("MEMOS")
|
||||
self.channelarea = RightClickList(self)
|
||||
|
|
Loading…
Reference in a new issue