View Single Post
Old 12-15-2020, 09:31 AM   #20
Semwize
Guru
Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.
 
Posts: 915
Karma: 275656
Join Date: Jun 2016
Device: Kobo
Quote:
Originally Posted by icallaci View Post
So if I wanted to apply this patch to a Forma, would I change "qApp_deviceIsDragon=true" to "qApp_deviceIsDaylight=true"? What about the qproperty-footerMargin properties?
Code:
Width allocated to the footer captions:
  - Enabled: yes
  - Description: |
  - FindZlib: "ReadingFooter"
  - ReplaceZlibGroup:
      Replacements:
        - Find:    "ReadingFooter[qApp_deviceIsDragon=true] {\n  qproperty-footerMargin: 170;\n}"
          Replace: "ReadingFooter[qApp_deviceIsDragon=true] {\n  qproperty-footerMargin: 70;\n}"
        - Find:    "ReadingFooter[qApp_deviceIsDaylight=true] {\n  qproperty-footerMargin: 221;\n}"
          Replace: "ReadingFooter[qApp_deviceIsDaylight=true] {\n  qproperty-footerMargin: 121;\n}"

Last edited by Semwize; 12-15-2020 at 09:43 AM. Reason: aggregated
Semwize is offline   Reply With Quote