Vitor Lopes

Results 20 comments of Vitor Lopes

Maybe hiding it when we press F11 might be a better option.

You can set scale for Qt apps to try it out. ``` QT_SCALE_FACTOR=1.25 my-jak-application ``` To make it permanent, open /etc/environment and drop the line bellow save and it will...

This would work but the signal only gets called once and we can't get back from fullscreen. ``` self.fullScreenRequested.connect(self._on_full_screen_requested) def _on_full_screen_requested(self, request): self.win = Instance.retrieve("win") if self.win.isFullScreen(): else: self.win.showFullScreen() ````

> PyQt is erroring everywhere... LOL Open a issue in the forum. @Steffan153

Hi @joewing this is a follow up for this issue. Tray using only one screen displaying correctly ![righttray](https://user-images.githubusercontent.com/4250006/35170239-61fc0bee-fd57-11e7-94e2-368ee9b02f2f.jpg) Same tray using two Monitors, appears on first monitor and if i...

I managed to compile it for the 1280 chip but had to disable many things including sdcard support, I think i might keep sailfish for now as a im very...

I will do, I don't have any fancy hardware running is just a default CTC, but I have noticed some extra noise on marlin when changing directions that does not...

I agree maybe even the ability for the icons to slide under other icons when they run out of tray space horizontally, kind of like a grid