Skip to content

Commit

Permalink
dialog.js: add style class dialog-button-box (#12601)
Browse files Browse the repository at this point in the history
Allow themes to style buttonlayout
  • Loading branch information
fredcw authored Jan 6, 2025
1 parent 21e51b1 commit 0bcdb0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/ui/dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0bcdb0f

Please sign in to comment.