Skip to content

Commit

Permalink
specify width for overlayLogo
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Jan 9, 2024
1 parent 95b0158 commit 1a875a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/JFOverhang.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<component name="JFOverhang" extends="Group">
<children>
<LayoutGroup id="overlayLeftGroup" layoutDirection="horiz" translation="[54, 54]" itemSpacings="60">
<Poster id="overlayLogo" uri="pkg:/images/logo.png" height="66" />
<Poster id="overlayLogo" uri="pkg:/images/logo.png" height="66" width="191" />
<ScrollingLabel id="overlayTitle" font="font:LargeSystemFont" vertAlign="center" height="64" maxWidth="1100" repeatCount="0" />
</LayoutGroup>
<LayoutGroup id="overlayRightGroup" layoutDirection="horiz" itemSpacings="30" translation="[1766, 53]" horizAlignment="right">
Expand Down

0 comments on commit 1a875a0

Please sign in to comment.