reduce minimum width

This commit is contained in:
Daniel Langbein 2024-11-30 11:52:16 +01:00
parent d678e39350
commit d1e42e5379
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -107,7 +107,7 @@ class MainWebView(AnkiWebView):
AnkiWebView.__init__(self, kind=AnkiWebViewKind.MAIN)
self.mw = mw
self.setFocusPolicy(Qt.FocusPolicy.WheelFocus)
self.setMinimumWidth(400)
self.setMinimumWidth(200)
self.setAcceptDrops(True)
print("todo: windows paths in import screen")