Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/Constants.vala
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ namespace Granite {
/**
* Style class for adding a border to {@link Gtk.ListBox}, {@link Gtk.InfoBar}, and others
*/
[Version (since = "7.1.0")]
[Version (deprecated = true, deprecated_since = "7.7.0", replacement = "has_frame = true, Granite.CssClass.CARD, or Gtk.Frame", since = "7.1.0")]
public const string STYLE_CLASS_FRAME = "frame";
/**
* Style class for large primary text as seen in {@link Granite.Widgets.Welcome}
Expand Down