We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963a2fc commit 03e4998Copy full SHA for 03e4998
src/Views/SystemView/SystemStorageView.vala
@@ -93,7 +93,7 @@ public class Monitor.SystemStorageView : Gtk.Box {
93
94
construct {
95
var drive_name_label = new Granite.HeaderLabel (drive.model) {
96
- size = Granite.HeaderLabel.Size.H3
+ size = H3
97
};
98
99
string size_string = format_size ((uint64) drive.size, IEC_UNITS);
src/Widgets/WidgetResource/WidgetResource.vala
@@ -40,7 +40,7 @@ public class Monitor.WidgetResource : Gtk.Box {
40
main_metric_title.add_css_class (Granite.CssClass.SMALL);
41
42
main_metric_label = new Granite.HeaderLabel (Utils.NO_DATA) {
43
- size = Granite.HeaderLabel.Size.H2
+ size = H2
44
45
46
var main_metric_box = new Gtk.Box (VERTICAL, 0) {
0 commit comments