01-06-2016, 06:56 AM
(09-05-2015, 02:34 PM)avj link Wrote: The maximum screen resolution on this old Acer aspire One is only 1024X600 that is the main reason I use an external monitor, that and my eyes not being what they used to be.
I have played with this, and if I modify it to fit 1024X600 resolutions, everyone would have to resize the main window. After playing with this, it's not the best solution. You can edit /usr/share/litecc/litecenter.py yourselves and change:
Code:
window.set_size_request(880, 660)
to
Code:
window.set_size_request(880, 580)