mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
plasma: do not set the minimum size of Plasma::Calendar
already done by Plasma::Calendar itself Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
d7a2762955
commit
7b77d41a52
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ void CalendarApplet::init()
|
|||
{
|
||||
setPopupIcon("view-pim-calendar");
|
||||
m_calendarWidget = new Plasma::Calendar(this);
|
||||
m_calendarWidget->setMinimumSize(220, 250);
|
||||
updateDate();
|
||||
configChanged();
|
||||
setFocusPolicy(Qt::StrongFocus);
|
||||
|
|
Loading…
Add table
Reference in a new issue