View Single Post
Old 09-27-2015, 07:58 AM   #32
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
patch_name = `Compact homepage layout (Glo)`
Spoiler:
Code:
<Patch>
patch_name = `Compact homepage layout (Glo)`
patch_enable = `yes`
#DragonHomePageView (Search bar height)
replace_string = C04600, `min-height:100px;`, `min-height:090px;`
replace_string = C04613, `max-height:100px;`, `max-height:090px;`
#QWidget (Space below search bar)
replace_string = C04772, `min-height:40px;`, `min-height:08px;`
replace_string = C04784, `max-height:40px;`, `max-height:08px;`
#MultiColumnTileView (Space between tiles)
replace_string = C04955, `horizontalSpacing:10;`, `horizontalSpacing:04;`
replace_string = C04976, `verticalSpacing:10;`, `verticalSpacing:04;`
#footer (Footer menu bar height)
replace_string = C04D7A, `min-height:95px;`, `min-height:68px;`
replace_string = C04D8C, `max-height:95px;`, `max-height:68px;`
#PhoenixSmallRecentBookTile
replace_string = C08F14, `percentFontSize:28;`, `percentFontSize:22;`
replace_string = C08F33, `progressFontSize:22;`, `progressFontSize:22;`
#RecentBookTile
replace_string = C0AA26, `percentFontSize:28;`, `percentFontSize:22;`
replace_string = C0AA4B, `progressFontSize:22;`, `progressFontSize:22;`
</Patch>


#DragonHomePageView (Search bar height) is the height from the upper side of screen? and can change the valuse?

patch_name = `Block WiFi firmware upgrade` if i sync is it going to delete my sideload dictionaries, and download the original dictionaries?
oren64 is offline   Reply With Quote