Browse Source

Use larger font size

tags/v1.0.0
Matt Baer 6 years ago
parent
commit
7062bff9aa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/window.vala

+ 1
- 1
src/window.vala View File

@@ -163,7 +163,7 @@ public class WriteAs.MainWindow : Gtk.ApplicationWindow {
var styles = canvas.get_style_context();
if (cur_styles != null) styles.remove_provider(cur_styles);

var css = "* {font: %s; padding: 20px;}".printf(font);
var css = "* {font: %s; font-size: 1.15em; padding: 20px;}".printf(font);
if (dark_mode) {
// Try to detect whether the system provided a better dark mode.
var text_color = styles.get_color(Gtk.StateFlags.ACTIVE);


Loading…
Cancel
Save