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

Gtk-WARNING: Not using units is deprecated. #37

Open
paride opened this issue Dec 7, 2016 · 0 comments
Open

Gtk-WARNING: Not using units is deprecated. #37

paride opened this issue Dec 7, 2016 · 0 comments

Comments

@paride
Copy link

paride commented Dec 7, 2016

Every now and then I get this message:

Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1214:18: Not using units is deprecated. Assuming 'px'.

The problem seems to be the border-width set to 1 instead of 1px, here:

combobox > .linked > button.combo:disabled:last-child {
        border-image-width: 3px 3px 4px 0;
        border-radius: 0 3px 3px 0;
        border-width: 0 1;
}

Should be trivial to fix.

cburroughs added a commit to cburroughs/clearlooks-phenix that referenced this issue Jan 8, 2019
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

1 participant