01-07-2016, 03:39 AM
After playing around with editing the file: /usr/share/litecc/litecenter.py as suggested by Jerry: https://www.freecinema2022.gq/forums/sugge.../#msg19908
With the 1024x600 screen I find that depending on the panel size you have set you may need a different size for the window, with a panel size of 32, control center worked well with the setting:
With the panel set to 40 like I use it, I had to set the window size to a smaller height.As seen in the following screen shot.
![[Image: smPRO0n.png]](http://i.imgur.com/smPRO0n.png)
With the 1024x600 screen I find that depending on the panel size you have set you may need a different size for the window, with a panel size of 32, control center worked well with the setting:
Code:
window.set_size_request(880, 535)
With the panel set to 40 like I use it, I had to set the window size to a smaller height.
Code:
window.set_size_request(880, 527)
![[Image: smPRO0n.png]](http://i.imgur.com/smPRO0n.png)
“I have not failed. I’ve just found 10,000 ways that won’t work.” - Thomas Edison