Skip to content

Commit a90e80f

Browse files
committed
Update submodules; adapt config for changes in graph widget
1 parent 817127f commit a90e80f

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

dpf

Submodule dpf updated from 1811094 to 7cc23df

plugins/wolf-shaper/Common

plugins/wolf-shaper/Config/Config.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ extern Color grid_foreground;
1111
extern Color grid_background;
1212
extern Color sub_grid;
1313
extern Color graph_background;
14+
extern Color grid_middle_line_horizontal;
15+
extern Color grid_middle_line_vertical;
1416
extern Color in_out_labels;
1517
extern Color alignment_lines;
1618
extern Color input_volume_indicator;

plugins/wolf-shaper/Config/src/Config.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Color grid_foreground = Color(103, 98, 102, 255);
3838
Color grid_background = Color(25, 24, 26, 255);
3939
Color sub_grid = Color(27, 27, 27, 255);
4040
Color graph_background = Color(40, 40, 47, 255);
41+
Color grid_middle_line_horizontal = Color(103,98,102,255);
42+
Color grid_middle_line_vertical = Color(103,98,102,255);
4143
Color in_out_labels = Color(255, 255, 255, 125);
4244

4345
Color alignment_lines = Color(255, 255, 255, 180);

0 commit comments

Comments
 (0)