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

pull/28763/head
Dean Lee 2 years ago committed by GitHub
parent 32c5e6aafb
commit 081cc2eb79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      selfdrive/ui/qt/maps/map_settings.cc

@ -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; }");

Loading…
Cancel
Save