diff options
| author | Robert Carr <robert.carr@canonical.com> | 2011-10-11 16:27:27 +0100 |
|---|---|---|
| committer | Neil Jagdish Patel <neil.patel@canonical.com> | 2011-10-11 16:27:27 +0100 |
| commit | b8ba6579209d394921efa40a8c429af2546069a8 (patch) | |
| tree | 16b5714c4bceea597ed0b242e2b1d0d1de4635d2 | |
| parent | 50f7faea94886894a90062ca3c44d81fd42f63d3 (diff) | |
Minimum height of multi range filter should be the same as for Genre buttons (32)
(bzr r1711)
| -rw-r--r-- | plugins/unityshell/src/FilterMultiRangeButton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/unityshell/src/FilterMultiRangeButton.cpp b/plugins/unityshell/src/FilterMultiRangeButton.cpp index 700bdf7af..0143ec914 100644 --- a/plugins/unityshell/src/FilterMultiRangeButton.cpp +++ b/plugins/unityshell/src/FilterMultiRangeButton.cpp @@ -124,7 +124,7 @@ namespace unity { normal_ = new nux::CairoWrapper(GetGeometry(), sigc::bind(sigc::mem_fun(this, &FilterMultiRangeButton::RedrawTheme), nux::State::NUX_STATE_NORMAL)); } - //SetMinimumHeight(32); + SetMinimumHeight(32); } void FilterMultiRangeButton::RedrawTheme (nux::Geometry const& geom, cairo_t *cr, nux::State faked_state) |
