mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-08 17:34:56 -04:00
Increase minimum width, and remove word wrap, to fix QLabel squishing problem
This commit is contained in:
parent
24a672dac9
commit
2a23b02f98
2 changed files with 1 additions and 7 deletions
|
@ -56,7 +56,7 @@ class OnionShareGui(QtWidgets.QMainWindow):
|
|||
|
||||
self.setWindowTitle('OnionShare')
|
||||
self.setWindowIcon(QtGui.QIcon(common.get_resource_path('images/logo.png')))
|
||||
self.setMinimumWidth(400)
|
||||
self.setMinimumWidth(500)
|
||||
|
||||
# Load settings
|
||||
self.config = config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue