Skip to content

Commit

Permalink
OSView.vala - dialog had no styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Aug 28, 2023
1 parent 3e85caf commit 01d647a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fuses/about/OSView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ public class About.OSView : Gtk.Box {
rename_dialog.set_size_request (360, 266);
rename_dialog.set_default_size (360, 266);
rename_dialog.set_child (handle);
rename_dialog.add_css_class ("dialog-content");
rename_dialog.show ();

rename_button.clicked.connect (() => {
Expand Down

0 comments on commit 01d647a

Please sign in to comment.