View Single Post
Old 10-13-2016, 02:33 PM   #17
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,248
Karma: 16539642
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by oren64 View Post
@jackie_w:I like how it look, what's the streems numbers in nickel-extracted.css the patch changes?
fw 4.1.7729 stream: /* found: 13 (zlib) pos: 4b4ec8 */

the relevant original code is:
Spoiler:
Code:
#StatusBarView[qApp_deviceIsTrilogy="true"] {
  min-height: 71px;
  max-height: 71px;
}
#StatusBarView[qApp_deviceIsPhoenix="true"] {
  min-height: 91px;
  max-height: 91px;
}
#StatusBarView[qApp_deviceIsDragon="true"] {
  min-height: 121px;
  max-height: 121px;
}
#StatusBarView[qApp_deviceIsDaylight="true"] {
  min-height: 157px;
  max-height: 157px;
}

... so it's just a case of reducing the min-height and max-height pixels to whatever you want - bearing in mind that the top header needs to be big enough to hold the menu icons.

The same CSS changes can also be applied for: fw 3.19.5761 stream: /* found: 17 (zlib) pos: 4a1aa7 */
jackie_w is offline   Reply With Quote