mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix(settings): no border on the window, let the compositor do it's job
This commit is contained in:
@@ -311,6 +311,7 @@ void SettingsWindow::buildScene(std::uint32_t width, std::uint32_t height) {
|
||||
auto bg = std::make_unique<Box>();
|
||||
bg->setPanelStyle();
|
||||
bg->setRadius(0.0f);
|
||||
bg->setBorder(clearColor(), 0);
|
||||
bg->setPosition(0.0f, 0.0f);
|
||||
bg->setSize(w, h);
|
||||
m_panelBackground = static_cast<Box*>(m_sceneRoot->addChild(std::move(bg)));
|
||||
|
||||
Reference in New Issue
Block a user