Skip to content

Commit

Permalink
Merge branch 'master' into danirabbit/css-textpadding
Browse files Browse the repository at this point in the history
  • Loading branch information
lenemter authored Jul 30, 2024
2 parents 2580277 + 8e21f3d commit ae15fb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions data/wingpanel.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<issues>
<issue url="https://github.com/elementary/wingpanel/issues/408">Wingpanel has top gap when apps are snapped to left-half/right-half</issue>
<issue url="https://github.com/elementary/wingpanel/issues/515">wayland: Opening multitasking view breaks gala</issue>
<issue url="https://github.com/elementary/wingpanel/issues/530">does not follow accent color in X session</issue>
<issue url="https://github.com/elementary/wingpanel/issues/550">Text padding is gone</issue>
</issues>
</release>
Expand Down
4 changes: 0 additions & 4 deletions src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ public class Wingpanel.Application : Gtk.Application {
var gtk_settings = Gtk.Settings.get_default ();
gtk_settings.gtk_icon_theme_name = "elementary";

if (!gtk_settings.gtk_theme_name.has_prefix ("io.elementary")) {
gtk_settings.gtk_theme_name = "io.elementary.stylesheet.blueberry";
}

gtk_settings.gtk_application_prefer_dark_theme = granite_settings.prefers_color_scheme == DARK;

granite_settings.notify["prefers-color-scheme"].connect (() => {
Expand Down

0 comments on commit ae15fb3

Please sign in to comment.