From 0789b4f66ab7f36f2217e68e3ebc25c19cf44073 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 21 Jun 2025 23:38:02 +1000 Subject: winfo: add buttons --- modules/windowinfo/WindowInfo.qml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'modules/windowinfo/WindowInfo.qml') diff --git a/modules/windowinfo/WindowInfo.qml b/modules/windowinfo/WindowInfo.qml index 9a5376a..32b21e4 100644 --- a/modules/windowinfo/WindowInfo.qml +++ b/modules/windowinfo/WindowInfo.qml @@ -40,6 +40,18 @@ Item { Details {} } + + StyledRect { + Layout.fillWidth: true + Layout.preferredHeight: buttons.implicitHeight + + color: Colours.palette.m3surfaceContainer + radius: Appearance.rounding.normal + + Buttons { + id: buttons + } + } } } } -- cgit v1.2.3-freya