mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-08 14:52:59 -04:00
Actually, the window needs to be taller
This commit is contained in:
parent
6227c6cbc5
commit
b982a9a248
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ class OnionShareGui(QtWidgets.QMainWindow):
|
||||||
self.common = common
|
self.common = common
|
||||||
self.common.log('OnionShareGui', '__init__')
|
self.common.log('OnionShareGui', '__init__')
|
||||||
self.setMinimumWidth(820)
|
self.setMinimumWidth(820)
|
||||||
self.setMinimumHeight(530)
|
self.setMinimumHeight(620)
|
||||||
|
|
||||||
self.onion = onion
|
self.onion = onion
|
||||||
self.qtapp = qtapp
|
self.qtapp = qtapp
|
||||||
|
@ -154,7 +154,7 @@ class OnionShareGui(QtWidgets.QMainWindow):
|
||||||
|
|
||||||
# Layouts
|
# Layouts
|
||||||
contents_layout = QtWidgets.QVBoxLayout()
|
contents_layout = QtWidgets.QVBoxLayout()
|
||||||
contents_layout.setContentsMargins(10, 10, 10, 10)
|
contents_layout.setContentsMargins(10, 0, 10, 0)
|
||||||
contents_layout.addWidget(self.receive_mode)
|
contents_layout.addWidget(self.receive_mode)
|
||||||
contents_layout.addWidget(self.share_mode)
|
contents_layout.addWidget(self.share_mode)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue