| Summary: | wrong kicker taskbar vertical size | ||
|---|---|---|---|
| Product: | [Unmaintained] kicker | Reporter: | Martin Benda <bendis> |
| Component: | general | Assignee: | Aaron J. Seigo <aseigo> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | The patch to fix the bug. | ||
|
Description
Martin Benda
2006-08-04 22:47:39 UTC
Created attachment 17231 [details]
The patch to fix the bug.
The lines lines 178-181 in taskbar.cpp aren't clear to me neither:
...
if (containerCount() == 0)
{
actualMax = maxSize.height();
}
...
When the taskbar is empty it will stretch to the full size - is this the correct behavior?
Bendis
|