diff options
| -rw-r--r-- | plugins/unityshell/src/PlacesGroup.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/unityshell/src/PlacesGroup.cpp b/plugins/unityshell/src/PlacesGroup.cpp index 846342356..f84c450ed 100644 --- a/plugins/unityshell/src/PlacesGroup.cpp +++ b/plugins/unityshell/src/PlacesGroup.cpp @@ -52,7 +52,7 @@ const nux::Color kExpandHoverTextColor(1.0f, 1.0f, 1.0f, 1.0f); const float kExpandDefaultIconOpacity = 1.0f; const float kExpandHoverIconOpacity = 1.0f; -// Category header highlight +// Category highlight const int kHighlightHeight = 24; const int kHighlightWidthSubtractor = 16; const int kHighlightLeftPadding = 11; @@ -525,6 +525,7 @@ void PlacesGroup::AddProperties(GVariantBuilder* builder) wrapper.add("header-width", _header_view->GetAbsoluteWidth()); wrapper.add("header-height", _header_view->GetAbsoluteHeight()); wrapper.add("header-has-keyfocus", HeaderHasKeyFocus()); + wrapper.add("header-is-highlighted", ShouldBeHighlighted()); } } // namespace unity |
