mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
sysprof: Adjust font size slightly
Makes the Waterfall view look better.
This commit is contained in:
@ -95,3 +95,7 @@ timescrubber timecode {
|
||||
flamegraph {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
timespanlayer {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
@ -497,6 +497,8 @@ sysprof_time_span_layer_class_init (SysprofTimeSpanLayerClass *klass)
|
||||
(G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
g_object_class_install_properties (object_class, N_PROPS, properties);
|
||||
|
||||
gtk_widget_class_set_css_name (widget_class, "timespanlayer");
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user