We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a12af3 commit 0436c4aCopy full SHA for 0436c4a
src/window.vala
@@ -232,7 +232,7 @@ public class WriteAs.MainWindow : Gtk.ApplicationWindow {
232
var padding = canvas.get_allocated_width()*0.10;
233
var css = ("textview {font-family: %s; font-size: %dpx; padding: 20px;" +
234
" padding-left: %ipx; padding-right: %ipx;" +
235
- " -GtkWidget-cursor-color: #5ac4ee;}").printf(font, font_size,
+ " caret-color: #5ac4ee;}").printf(font, font_size,
236
(int) padding, (int) padding);
237
cur_styles = new Gtk.CssProvider();
238
cur_styles.load_from_data(css);
0 commit comments