mirror of
https://github.com/noDRM/DeDRM_tools.git
synced 2024-12-29 04:37: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:
|
for key in self.plugin_keys:
|
||||||
self.listy.addItem(QListWidgetItem(key))
|
self.listy.addItem(QListWidgetItem(key))
|
||||||
|
|
||||||
|
self.listy.setMinimumWidth(self.listy.sizeHintForColumn(0) + 20)
|
||||||
|
|
||||||
def add_key(self):
|
def add_key(self):
|
||||||
d = self.create_key(self)
|
d = self.create_key(self)
|
||||||
d.exec_()
|
d.exec_()
|
||||||
|
Loading…
Reference in New Issue
Block a user