Opened 2 years ago

Closed 2 years ago

Last modified 12 months ago

#33924 closed Cleanup/optimization (fixed)

Deprecate BaseGeometryWidget.map_height / .map_width

Reported by: Claude Paroz Owned by: Claude Paroz
Component: GIS Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The map widget size should be set through CSS, presentation properties do not belong to widget code.

Change History (4)

comment:1 by Mariusz Felisiak, 2 years ago

Has patch: set
Owner: changed from nobody to Claude Paroz
Status: newassigned
Triage Stage: UnreviewedAccepted

comment:2 by Mariusz Felisiak, 2 years ago

Triage Stage: AcceptedReady for checkin

comment:3 by Mariusz Felisiak <felisiak.mariusz@…>, 2 years ago

Resolution: fixed
Status: assignedclosed

In 4fcba800:

Fixed #33924 -- Deprecated BaseGeometryWidget.map_height/map_width attributes.

comment:4 by Mariusz Felisiak <felisiak.mariusz@…>, 12 months ago

In 7433237:

Refs #33924 -- Removed BaseGeometryWidget.map_height/map_width attributes per deprecation timeline.

Note: See TracTickets for help on using tickets.
Back to Top