Skip to content

Commit

Permalink
adjust module path to match renaming
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@18581 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Feb 25, 2018
1 parent 6c10470 commit bc307af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/client/gtk_base/gtk_tray_menu_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ def make_scalingmenu(self):
self.popup_menu_workaround(scaling_submenu)
def scalecmp(v):
return abs(self.client.xscale-v)<0.1
from xpra.client.mixins.display_client import SCALING_OPTIONS
from xpra.client.mixins.display import SCALING_OPTIONS
def scalingitem(scalingvalue=1.0):
pct = iround(100.0*scalingvalue)
label = {100 : "None"}.get(pct, "%i%%" % pct)
Expand Down

0 comments on commit bc307af

Please sign in to comment.