[osd] Change the height based on feedback

wilder-5.14
Martin Klapetek 11 years ago
parent 70cd84260b
commit 43d7e0c6b1
  1. 2
      lookandfeel/contents/osd/OsdItem.qml

@ -23,7 +23,7 @@ import QtQuick.Window 2.2
Item {
property QtObject rootItem
height: Math.min(units.gridUnit * 15, Screen.desktopAvailableHeight / 6)
height: Math.min(units.gridUnit * 15, Screen.desktopAvailableHeight / 5)
width: height
// /--------------------\

Loading…
Cancel
Save