Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Aug 30, 2022
1 parent 0ebdead commit bdf1697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/gtk_common/start_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ def populate_form(self):
w, h = size.split("x")
size_options["%sx%s" % (w, h)] = "%s x %s" % (w, h)
except (TypeError, ValueError, IndexError):
size_options[size] = size
size_options[size] = size
self.combo(tb, "Screen Size", "resize-display", size_options)
self.combo(tb, "Pixel Depth", "pixel-depth", pixel_depths)
self.combo(tb, "DPI", "dpi", {
Expand Down

0 comments on commit bdf1697

Please sign in to comment.