mirror of
https://github.com/noDRM/DeDRM_tools.git
synced 2024-12-28 12:07:39 +06:00
Make keys fit into listbox
This commit is contained in:
parent
066e613cee
commit
0313088c15
@ -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 New Issue
Block a user