a4k-openproject / script.extendedinfo

GNU General Public License v3.0
6 stars 2 forks source link

[Bug] Actors names off center #4

Open JayDee696969 opened 5 years ago

JayDee696969 commented 5 years ago

Off center names. Using Xonfluence skin. 53215302-102fd600-361e-11e9-90a0-07dba085cc22

drinfernoo commented 5 years ago

Another possibly skin-elated bug, reported by @kodiultimate:

Describe the bug Hi, noticed when opening actress description and within description window there is a little bug - word "soften" appearing at the left hand side of the window. It seems like it is pulled from the language 'resource.language.en_gb' - strings.po line 981 : msgctxt "#215" msgid "Soften" msgstr ""

It's seems to be only within skin Aeon Nox SilVo

To Reproduce Steps to reproduce the behaviour:

  1. Go to any movie or tv show within the addon
  2. Click on random actress
  3. look at the window where actress description appears
  4. See error - word "soften

Expected behaviour A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Platform

Screenshot here

JayDee696969 commented 5 years ago

Same on Xonfluence skin

henryjfry commented 3 years ago

I believe I know where this is coming from, it appears to be from "Default.xml"

    <default type="radiobutton">
        <left>450</left>
        <top>300</top>
        <width>450</width>
        <height>63</height>
        <include condition="String.IsEmpty(Skin.String(LayoutLAF))">RadioButtonClassic</include>
        <include condition="!String.IsEmpty(Skin.String(LayoutLAF))">RadioButtonModern</include>
        <include>NormalButton</include>
        <label>215</label>
        <font>font13</font>
        <textcolor>white</textcolor>
        <disabledcolor>grey3</disabledcolor>
        <textoffsetx>10</textoffsetx>
        <aligny>center</aligny>
        <pulseonselect>no</pulseonselect>
    </default>

The skin string.po has no "215" label, so I think thats where it picks up the "Soften" from "resource.language.en_gb"