Skip to content

Commit

Permalink
Add padding for checkbuttons in settings - applets Closes: #39
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Aug 25, 2021
1 parent f8d2f04 commit 0d328cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apply
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ gsettings set org.gnome.desktop.interface gtk-theme 'Arc-Darker'

sleep 3

gsettings set org.gnome.desktop.interface gtk-theme 'Pocillo-dark'
gsettings set org.gnome.desktop.interface gtk-theme 'Pocillo'
5 changes: 5 additions & 0 deletions src/gtk-3.0/sass/apps/_budgie.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
}
.settings-frame {
padding: 2px;
grid {
checkbutton {
padding-left: 8px;
}
}
}
}

Expand Down

0 comments on commit 0d328cb

Please sign in to comment.