修改经纬度显示区域大小
This commit is contained in:
@@ -676,7 +676,7 @@ void OPMapWidget::resizeEvent(QResizeEvent *event)
|
|||||||
|
|
||||||
|
|
||||||
if(mouseInfo) {
|
if(mouseInfo) {
|
||||||
mouseInfo->setPos(this->width() - 120,this->height() - 60);
|
mouseInfo->setPos(this->width() - 150,this->height() - 60);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user