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

window #154

Closed
xzxiang opened this issue Mar 2, 2018 · 1 comment
Closed

window #154

xzxiang opened this issue Mar 2, 2018 · 1 comment

Comments

@xzxiang
Copy link

xzxiang commented Mar 2, 2018

The upper right corner of the dark mode window does not display the closing button,
dark mode:
ui.json: Add the following part ,But it does not show the closing button

"pictures" : {
    "zebkit" : "%{<img> zebkit.png}"
},
"buttons"   : {
            "close": {
                "view" : {
                    "over"   : { "@zebkit.draw.Picture": [ "%{pictures.zebkit}",16,0,16,16   ]},
                    "out"    : { "@zebkit.draw.Picture": [ "%{pictures.zebkit}",0,0,16,16    ]},
                    "pressed": { "@zebkit.draw.Picture": [ "%{pictures.zebkit}",32,0,16,16   ]}
                }
            }
        }
@barmalei
Copy link
Owner

Try to copy "zebkit.png" from "themes/light" folder into "themes/dark" folder.

@barmalei barmalei closed this as completed Sep 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants