mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
CComponentsItemBox: Correction x-position of elements
Origin commit data
------------------
Branch: ni/coolstream
Commit: 88e2cb77c2
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-08-27 (Mon, 27 Aug 2012)
Origin message was:
------------------
* CComponentsItemBox: Correction x-position of elements
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1011,11 +1011,11 @@ void CComponentsItemBox::calPositionOfElements()
|
||||
for (i = 0; i < v_element_data.size(); i++) {
|
||||
if (firstElementLeft == i){
|
||||
prevElementLeft = i;
|
||||
v_element_data[i].x += hOffset + corner_rad/2;
|
||||
v_element_data[i].x = x + hOffset + corner_rad/2;
|
||||
}
|
||||
else if (firstElementRight == i){
|
||||
prevElementRight = i;
|
||||
v_element_data[i].x += width - v_element_data[i].width - hOffset - corner_rad/2;
|
||||
v_element_data[i].x = x + width - v_element_data[i].width - hOffset - corner_rad/2;
|
||||
}
|
||||
else {
|
||||
if (v_element_data[i].align == CC_ALIGN_LEFT) {
|
||||
|
Reference in New Issue
Block a user