Skip to content

Commit 03e4998

Browse files
committed
Do not include namespace for Granite style classes
1 parent 963a2fc commit 03e4998

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Views/SystemView/SystemStorageView.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public class Monitor.SystemStorageView : Gtk.Box {
9393

9494
construct {
9595
var drive_name_label = new Granite.HeaderLabel (drive.model) {
96-
size = Granite.HeaderLabel.Size.H3
96+
size = H3
9797
};
9898

9999
string size_string = format_size ((uint64) drive.size, IEC_UNITS);

src/Widgets/WidgetResource/WidgetResource.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class Monitor.WidgetResource : Gtk.Box {
4040
main_metric_title.add_css_class (Granite.CssClass.SMALL);
4141

4242
main_metric_label = new Granite.HeaderLabel (Utils.NO_DATA) {
43-
size = Granite.HeaderLabel.Size.H2
43+
size = H2
4444
};
4545

4646
var main_metric_box = new Gtk.Box (VERTICAL, 0) {

0 commit comments

Comments
 (0)