diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2016-10-25 14:09:14 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-10-25 14:09:14 -0700 |
commit | 8d5e4f6df72b3b3bff601409310678d9c58e78be (patch) | |
tree | 2605a5ef011ccac1374ae9496e1bf02329411879 /grc/gui/Constants.py | |
parent | be6aaf488da426d864a9d1d04b22627a12ff0c4e (diff) | |
parent | 66df227f72156ddbc3f8b9321ff507a4e8a91523 (diff) |
Merge branch 'master' into next
Diffstat (limited to 'grc/gui/Constants.py')
-rw-r--r-- | grc/gui/Constants.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/grc/gui/Constants.py b/grc/gui/Constants.py index 7dc6d6e15b..6a7b54dffa 100644 --- a/grc/gui/Constants.py +++ b/grc/gui/Constants.py @@ -96,8 +96,6 @@ SCROLL_DISTANCE = 15 # How close the mouse click can be to a line and register a connection select. LINE_SELECT_SENSITIVITY = 5 -DPI_SCALING = gtk.gdk.screen_get_default().get_resolution() / 96.0 - def update_font_size(font_size): global PORT_SEPARATION, BLOCK_FONT, PORT_FONT, PARAM_FONT, FONT_SIZE |