mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
visualizer-view: add SpVisualizerView
This adds a new helper widget SpVisualizerView to simplify using visualizers from applications using libsysprof-ui-2 such as Builder. We can manage the view range, zoom, etc from this widget going forward.
This commit is contained in:
@ -11,17 +11,17 @@ popover scrolledwindow {
|
||||
border-top: 1px solid alpha(@borders, 0.75);
|
||||
}
|
||||
|
||||
list.visualizers {
|
||||
visualizers list {
|
||||
background: @theme_bg_color;
|
||||
}
|
||||
|
||||
list.visualizers row {
|
||||
visualizers list row {
|
||||
background: @content_view_bg;
|
||||
border-bottom: 1px solid alpha(@borders, 0.2);
|
||||
}
|
||||
|
||||
list.visualizers row:backdrop,
|
||||
list.visualizers row:last-child {
|
||||
visualizers list row:backdrop,
|
||||
visualizers list row:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user