From 82fc672e549d22087c519af6fc26d4e8f2a2e5d7 Mon Sep 17 00:00:00 2001 From: fredcw Date: Wed, 1 Jan 2025 07:12:07 +0000 Subject: [PATCH] dialog.js: add style class dialog-button-box Allow themes to style buttonlayout --- js/ui/dialog.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/dialog.js b/js/ui/dialog.js index 92acc84ae8..699974f5ff 100644 --- a/js/ui/dialog.js +++ b/js/ui/dialog.js @@ -65,6 +65,7 @@ class Dialog extends St.Widget { }); this.buttonLayout = new St.Widget ({ + style_class: "dialog-button-box", layout_manager: new Clutter.BoxLayout({ homogeneous: true, spacing: 12,