mirror of
https://github.com/noDRM/DeDRM_tools.git
synced 2025-10-23 23:07:47 -04: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:
|
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…
Add table
Reference in a new issue