Lucas Ferraro
Lucas Ferraro
Hi. I have the same problem. Any suggestion? Thanks!
Okay, it looks that margins are the problem. It worked for me with the following settings: ` / ` Or, with a minor margin-right. Regards, Lucas.
I have the same problem. It could be a dependencies version problem. In my case, I am using Manjaro Linux. And I tried both the PIP and the AUR version....
So, to make it work, I changed line 37 of the file `GoSyncSelectionPage.py` to: ```py headerFont = wx.Font(11, wx.SWISS, wx.NORMAL, wx.NORMAL) ``` Also, since some options were not visible, I...