Skip to content

Commit

Permalink
PreferenceSchema: changed default icon font size to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
azonenberg committed Dec 1, 2023
1 parent f50ce2b commit 23f7a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngscopeclient/PreferenceSchema.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ void PreferenceManager::InitializeDefaults()
.Label("Invalid link color")
.Description("Color indicating a potential connection path is invalid"));
graph.AddPreference(
Preference::Font("icon_font", FontDescription(FindDataFile("fonts/DejaVuSans.ttf"), 40))
Preference::Font("icon_font", FontDescription(FindDataFile("fonts/DejaVuSans.ttf"), 13))
.Label("Icon font")
.Description("Font for math block icons"));
graph.AddPreference(
Expand Down

0 comments on commit 23f7a7f

Please sign in to comment.