Skip to content

Commit

Permalink
Use internal value for SourceList css class
Browse files Browse the repository at this point in the history
  • Loading branch information
colinkiama committed Jan 25, 2024
1 parent fa6b74c commit 7998009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/SourceList.vala
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,7 @@ public class SourceList : Gtk.ScrolledWindow {
construct {
unowned Gtk.StyleContext style_context = get_style_context ();
style_context.add_class (Gtk.STYLE_CLASS_SIDEBAR);
style_context.add_class (Granite.STYLE_CLASS_SOURCE_LIST);
style_context.add_class ("source-list");

var css_provider = new Gtk.CssProvider ();
try {
Expand Down

0 comments on commit 7998009

Please sign in to comment.