mirror of
https://github.com/noDRM/DeDRM_tools
synced 2024-11-16 19:48:10 +01:00
Make keys fit into listbox
This commit is contained in:
parent
066e613cee
commit
0313088c15
1 changed files with 2 additions and 0 deletions
|
@ -290,6 +290,8 @@ class ManageKeysDialog(QDialog):
|
|||
for key in self.plugin_keys:
|
||||
self.listy.addItem(QListWidgetItem(key))
|
||||
|
||||
self.listy.setMinimumWidth(self.listy.sizeHintForColumn(0) + 20)
|
||||
|
||||
def add_key(self):
|
||||
d = self.create_key(self)
|
||||
d.exec_()
|
||||
|
|
Loading…
Reference in a new issue