Skip to content
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.

Commit

Permalink
Update: Changed playlist OSD position in fullscreen
Browse files Browse the repository at this point in the history
(cherry picked from commit 85eb1b2)
  • Loading branch information
ntadej committed Aug 19, 2012
1 parent 347793c commit 0d16196
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/ui/core/OsdFloat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,7 @@ void OsdFloat::setInfo()
resize(_defaultWidth, _defaultHeight);

_defaultX = _desktopWidth - width();
if (_desktopHeight > 800) {
_defaultY = (_desktopHeight - height())/2;
} else {
_defaultY = 0;
}
_defaultY = (_desktopHeight - height() - 100)/2;

move(_defaultX, _defaultY);
}
Expand Down

0 comments on commit 0d16196

Please sign in to comment.