From 1027eb13f73d088873cc3484a718b27e9fda20f5 Mon Sep 17 00:00:00 2001 From: lindakladivova Date: Fri, 11 Feb 2022 09:43:14 -0600 Subject: [PATCH] change dimension and edit checkbox labels --- gui/wxpython/mapdisp/properties.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gui/wxpython/mapdisp/properties.py b/gui/wxpython/mapdisp/properties.py index 6f3701c154a..00b488f80c9 100644 --- a/gui/wxpython/mapdisp/properties.py +++ b/gui/wxpython/mapdisp/properties.py @@ -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)