Remove unnecessary padding from headword label in details

This commit is contained in:
Marvin Elsen 2024-10-07 00:03:19 +02:00
parent 07cf27863b
commit 48359c0601
Signed by: marvinelsen
GPG Key ID: 820672408CC318C2

View File

@ -12,11 +12,7 @@
<padding> <padding>
<Insets bottom="6.0" left="6.0" right="6.0" top="6.0"/> <Insets bottom="6.0" left="6.0" right="6.0" top="6.0"/>
</padding> </padding>
<Label fx:id="labelHeadword" styleClass="headword" text="Label"> <Label fx:id="labelHeadword" styleClass="headword" text="Label"/>
<padding>
<Insets left="8" right="8" top="8" bottom="8"/>
</padding>
</Label>
<Label fx:id="labelPronunciation" styleClass="pronunciation"> <Label fx:id="labelPronunciation" styleClass="pronunciation">
</Label> </Label>
</FlowPane> </FlowPane>