Skip to content

Commit

Permalink
ScreenshotWindow: Fix radiobutton for new selection style (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Jan 10, 2020
1 parent 394e617 commit 64ef0e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file modified data/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions src/ScreenshotWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ namespace Screenshot {
var radio_grid = new Gtk.Grid ();
radio_grid.halign = Gtk.Align.CENTER;
radio_grid.column_spacing = 24;
radio_grid.margin = 24;
radio_grid.get_style_context ().add_class (Granite.STYLE_CLASS_ACCENT);
radio_grid.margin_top = radio_grid.margin_bottom = 24;
radio_grid.add (all);
radio_grid.add (curr_window);
radio_grid.add (selection);
Expand Down

0 comments on commit 64ef0e2

Please sign in to comment.