Skip to content

Commit

Permalink
Made the panel drag bar be lighter.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Mar 8, 2024
1 parent 352189a commit fc23b30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mrv2/docs/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ v1.0.9

- Added a preference setting on Preferences->Errors to control what to do
on FFmpeg errors.
- Made the panel drag bar a tad more grey.

v1.0.8
======
Expand Down
1 change: 1 addition & 0 deletions mrv2/lib/mrvWidgets/mrvPanelGroup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ namespace mrv
dragger->clear_visible_focus();
dragger->align(
FL_ALIGN_CENTER | FL_ALIGN_INSIDE | FL_ALIGN_IMAGE_NEXT_TO_TEXT);
dragger->color(fl_lighter(dragger->color()));
dragger->when(FL_WHEN_CHANGED);

group = new Fl_Group(x(), 23, w(), 30, "Group");
Expand Down

0 comments on commit fc23b30

Please sign in to comment.