GNOME Bugzilla – Bug 764239
Apply 'textview border' node style also to the corners
Last modified: 2018-05-02 17:01:08 UTC
The 'textview border' style is currently not applied to the corners. For example when both the left and top borders are shown, there is a top-left corner. If we apply some CSS to the 'textview border' node, it would be nice to apply it also to the corners. For example: textview border { background-color: blue; } And call: > gtk_text_view_set_border_window_size (text_view, GTK_TEXT_WINDOW_LEFT, 20); > gtk_text_view_set_border_window_size (text_view, GTK_TEXT_WINDOW_TOP, 20);
We're moving to gitlab! As part of this move, we are moving bugs to NEEDINFO if they haven't seen activity in more than a year. If this issue is still important to you and still relevant with GTK+ 3.22 or master, please reopen it and we will migrate it to gitlab.
Still a problem.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gtk/issues/608.