01-07-2016, 11:12 PM
I found my notes from where I modified a while back, it does revert on an update.. But maybe this info may help for future builds... ??? ...
Unmodified: The last row is not accessible/cut off.
![[Image: gprnsbk.png]](http://i.imgur.com/gprnsbk.png)
One does have to make a slight modification the LLCC css file
Height Modified: from 100% to 85% - Scroll bar is active allowing to scroll down to last row.
![[Image: IgOAgFB.png]](http://i.imgur.com/IgOAgFB.png)
For this resolution it works great - on a full size screen there would be a blank area within the box under the icons.
For those interested.. The css file does not require admin rights to modify.
It never hurts to make copy/back up of the file.. Whether in terminal or Thunar
Incorrect context can render LLCC to open with a blank screen
Open the 'main.css' file in the following: (any text editor)
Under the body section modify height from 100% to 85% (or what works best)
relaunch LLCC
This is what I did and worked from me - probably a few months ago now.. As I mentioned hopefully its helps for future???
Unmodified: The last row is not accessible/cut off.
![[Image: gprnsbk.png]](http://i.imgur.com/gprnsbk.png)
One does have to make a slight modification the LLCC css file
Height Modified: from 100% to 85% - Scroll bar is active allowing to scroll down to last row.
![[Image: IgOAgFB.png]](http://i.imgur.com/IgOAgFB.png)
For this resolution it works great - on a full size screen there would be a blank area within the box under the icons.
For those interested.. The css file does not require admin rights to modify.
It never hurts to make copy/back up of the file.. Whether in terminal or Thunar
Incorrect context can render LLCC to open with a blank screen
Open the 'main.css' file in the following: (any text editor)
Code:
/usr/share/litecc/frontend/css/
Under the body section modify height from 100% to 85% (or what works best)
Code:
body {
background-image: url("../images/noise.png");
margin:0;
font:13px/14px "Ubuntu", sans-serif; /*App default font size*/
color:#8a8a8a;
height:85%;
}
relaunch LLCC
This is what I did and worked from me - probably a few months ago now.. As I mentioned hopefully its helps for future???
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