[Github-comments] [geany/geany] Theme improvements (#1382)
Colomban Wendling
notifications at xxxxx
Sat Jan 28 21:26:06 UTC 2017
b4n commented on this pull request.
> @@ -1,10 +0,0 @@
- at import "geany.css";
-
-/* make close button on the editor's tabs smaller */
-#geany-close-tab-button {
- -GtkWidget-focus-padding: 0;
- -GtkWidget-focus-line-width: 0;
- -GtkButton-default-border: 0;
- -GtkButton-default-outside-border: 0;
- -GtkButton-inner-border: 0;
-}
> Lovely, they really like to break stuff in GTK+ don't they :)
I guess. Funniest thing is that as a result (I guess?) it makes derived widgets not inherit the theme if they do set the name of their "style name". So if you derive from `GtkButton` but set the name to "mybutton", you won't inherit the theme from "button". And I'm not sure, but I don't think there is another way to allow specific theming apart adding custom style classes.
But who knows, they might change that in the future, breaking many apps in the process :)
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1382
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170128/9d9b7ddc/attachment.html>
More information about the Github-comments
mailing list