Skip to content

Commit

Permalink
change dimension and edit checkbox labels
Browse files Browse the repository at this point in the history
  • Loading branch information
lindakladivova committed Feb 11, 2022
1 parent 935b3aa commit 1027eb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gui/wxpython/mapdisp/properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,16 +289,16 @@ def __init__(self, parent, mapWindowProperties):
"Coordinates",
"Go to X,Y coordinates",
"Map scale",
"Computational region extent",
"Geographical canvas extent",
"Canvas resolution",
"Computational region",
"Display extent",
"Display resolution",
]
self.widget = wx.RadioBox(
parent=parent,
id=wx.ID_ANY,
label="Displayed content",
choices=labelList,
majorDimension=2,
majorDimension=1,
style=wx.RA_SPECIFY_COLS,
)
self._setValue(self.mapWindowProperty)
Expand Down

0 comments on commit 1027eb1

Please sign in to comment.