https://bugs.kde.org/show_bug.cgi?id=398820

tigrangab+kdeb...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tigrangab+kdeb...@gmail.com

--- Comment #9 from tigrangab+kdeb...@gmail.com ---
I changed:

    width: units.gridUnit * 25
    height: !!currentBattery ? units.gridUnit * 25 : units.gridUnit * 12

from energyinfo module's main.qml in kinfocenter to:

    implicitWidth: units.gridUnit * 25
    implicitHeight: !!currentBattery ? units.gridUnit * 25 : units.gridUnit *
12

and the window now adjusts to the size provided.
Same behavior observed with file index manager.

I don't know the significance of that as I'm new to kde/qt, just reporting what
I observed so far.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to