Skip to content

Commit

Permalink
dialog.js: add style class dialog-button-box
Browse files Browse the repository at this point in the history
Allow themes to style buttonlayout
  • Loading branch information
fredcw authored Jan 1, 2025
1 parent 6bb2684 commit 82fc672
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 82fc672

Please sign in to comment.