Skip to content

Commit

Permalink
Made a sentence more clear in ReadMe (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
saritchie authored and andydotxyz committed Mar 22, 2019
1 parent 935cda8 commit 13b392f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ It should look like this:
# Scaling

Fyne is built entirely using vector graphics which means that applications
that are written using it will scale to any value beautifully (not just whole number values).
Fyne is built entirely using vector graphics, which means applications
written with Fyne will scale to any value beautifully (not just whole number values).
The default scale value is calculated from your screen's DPI - and if you move
a window to another screen it will re-scale and adjust the window size accordingly!
We call this "auto scaling" and it is designed to keep an app GUI the same size as you change monitor.
We call this "auto scaling", and it is designed to keep an app GUI the same size as you change monitor.
You can override this behaviour by setting a specific scale using the FYNE_SCALE environment variable.

<table style="text-align: center"><tr>
Expand Down

0 comments on commit 13b392f

Please sign in to comment.