View Single Post
Old 10-15-2016, 03:04 PM   #30
oren64
I need a chapter break
oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.
 
oren64's Avatar
 
Posts: 4,042
Karma: 56058267
Join Date: Mar 2015
Location: Israel
Device: Kobo Glo
That very good to know.

In `Changing the info panel in full size screensaver:
Can you also add a option to move the move the panel to the bottom corner.

Spoiler:
Code:
/* TOUCH - To move the info pannel to the bottom corner change 000px to 700px */
#verticalWidget[qApp_deviceIsTrilogy="true"] {
  qproperty-topMargin: 700px;
}
/* Glo\AuraTo - move the info pannel to the bottomcorner change 000px to 904px */
#verticalWidget[qApp_deviceIsPhoenix="true"] {
  qproperty-topMargin: 904px;
}
/* Aura HD\H2O - To move the info pannel to the bottom corner change 0000px to 1290px */
#verticalWidget[qApp_deviceIsDragon="true"] {
  qproperty-topMargin: 1290px;
}
/* AURA One - To move the info pannel to the bottom corner change 0000px to 1672px */
#verticalWidget[qApp_deviceIsDaylight="true"] {
  qproperty-topMargin: 1672px;
}


I tried to do it, but I see you change code address, and I didn't manage to compress the nickel file with ccs nickel-modified.

Last edited by oren64; 10-15-2016 at 06:06 PM.
oren64 is offline   Reply With Quote