Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Jan 19, 2023
1 parent 63fbf4a commit e3df9b1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion lib/Widgets/AppBar.vala
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@ public class He.AppBar : He.Bin {
private Gtk.Box main_box = new Gtk.Box (Gtk.Orientation.VERTICAL, 18);
private Gtk.Box labels_box = new Gtk.Box (Gtk.Orientation.VERTICAL, 12);
private Gtk.WindowControls title;
private bool flat;

/**
* The flatness of the He.AppBar
*
* Deprecated for code use. Will break if set manually!
*/
[Version (deprecated = true)]
public bool flat;

/**
* The button to go back one view displayed in the AppBar.
Expand Down

0 comments on commit e3df9b1

Please sign in to comment.