ui/MapSettings: remove white border around destinations (#28771)

This commit is contained in:
Dean Lee
2023-07-01 15:40:06 +08:00
committed by GitHub
parent 32c5e6aafb
commit 081cc2eb79
+1
View File
@@ -80,6 +80,7 @@ MapSettings::MapSettings(bool closeable, QWidget *parent)
destinations_layout->setContentsMargins(0, 32, 0, 32);
destinations_layout->setSpacing(20);
ScrollView *destinations_scroller = new ScrollView(destinations_container, this);
destinations_scroller->setFrameShape(QFrame::NoFrame);
frame->addWidget(destinations_scroller);
setStyleSheet("MapSettings { background-color: #333333; }");