01-08-2016, 02:16 AM
(This post was last modified: 01-08-2016, 02:24 AM by firenice03.)
(01-07-2016, 03:37 AM)firenice03 link Wrote: [quote author=Jerry link=topic=2227.msg19908#msg19908 date=1452063407]
[quote author=avj link=topic=2227.msg16929#msg16929 date=1441463693]
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)
Curious, I've made a similar change, have to look up the exact line, but it resets when theres an update.. Will this stick or possibly revert on a LLCC update?..
No biggie if does just a thought..
[/quote]
Jerry.. I played a little this evening - discovered a way to set the LLCC to 1 size (880,660) and allow for the window to be re-sized for us smaller screen folks.
Maybe a work around for smaller resolutions with variant panel settings, as larger screen resolutions wouldn't need this work around - if you're wanting to keep the LLCC a set size..
Modify the same litecenter.py file:
Modifying the original from:
Code:
window.set_size_request(880,660)
# Valtam do we need to resize window?
window.set_resizable(False)
To: (note only 1st and last lines are modified)
Code:
window.set_default_size(880,660)
# Valtam do we need to resize window?
# window.set_resizable(False)
LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2