Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#124: fix font-size in TOC theme labels #125

Merged
merged 1 commit into from
Feb 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion print-apps/oereb/themelist.jrxml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
</reportElement>
<textElement verticalAlignment="Middle">
<font fontName="Cadastra" size="9"/>
<font fontName="Cadastra" size="8"/>
</textElement>
<textFieldExpression><![CDATA[($F{Text}.equals("") || $F{Text} == "") ? "No theme listed" : $F{Text}]]></textFieldExpression>
</textField>
Expand Down
4 changes: 2 additions & 2 deletions print-apps/oereb/tocConcernedTheme.jrxml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</reportElement>
<box topPadding="5" leftPadding="0" bottomPadding="4"/>
<textElement verticalAlignment="Top">
<font fontName="Cadastra" size="9" isBold="false"/>
<font fontName="Cadastra" size="8" isBold="false"/>
<paragraph lineSpacing="Single"/>
</textElement>
<textFieldExpression><![CDATA[$F{pageIndex} + $P{page_counter} +2]]></textFieldExpression>
Expand All @@ -50,7 +50,7 @@
<bottomPen lineWidth="0.2"/>
</box>
<textElement verticalAlignment="Top">
<font fontName="Cadastra" size="9" isBold="false"/>
<font fontName="Cadastra" size="8" isBold="false"/>
<paragraph lineSpacing="Single" leftIndent="19"/>
</textElement>
<textFieldExpression><![CDATA[$F{label}]]></textFieldExpression>
Expand Down