summaryrefslogtreecommitdiff
path: root/src/touchmanager.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-01-18 14:18:44 +0300
committerAndrei Karas <akaras@inbox.ru>2013-01-18 14:18:44 +0300
commit9e2627c8ea1b43b5b3446983c01cf68d9edb6e77 (patch)
tree8059fbea87417b7d5529310939a351f32db900f3 /src/touchmanager.cpp
parenta9e647742118cb4e46ae5ac1d0f3ee2b8fdcf3fc (diff)
downloadplus-9e2627c8ea1b43b5b3446983c01cf68d9edb6e77.tar.gz
plus-9e2627c8ea1b43b5b3446983c01cf68d9edb6e77.tar.bz2
plus-9e2627c8ea1b43b5b3446983c01cf68d9edb6e77.tar.xz
plus-9e2627c8ea1b43b5b3446983c01cf68d9edb6e77.zip
Fix code style.
Diffstat (limited to 'src/touchmanager.cpp')
-rw-r--r--src/touchmanager.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/touchmanager.cpp b/src/touchmanager.cpp
index f42d23368..c8d813998 100644
--- a/src/touchmanager.cpp
+++ b/src/touchmanager.cpp
@@ -378,8 +378,8 @@ void TouchManager::loadButtons()
// 2x1
if (mButtonsFormat == 0)
{
- loadTouchItem(&mButtons[1], "dbutton.xml", "dbutton_image.xml", x, y,
- sz, sz, RIGHT, "screenActionButton1", "");
+ loadTouchItem(&mButtons[1], "dbutton.xml", "dbutton_image.xml",
+ x, y, sz, sz, RIGHT, "screenActionButton1", "");
loadTouchItem(&mButtons[0], "dbutton.xml", "dbutton_image.xml",
skipWidth, y, sz, sz, RIGHT, "screenActionButton0", "");
@@ -387,8 +387,8 @@ void TouchManager::loadButtons()
// 2x2
else if (mButtonsFormat == 1)
{
- loadTouchItem(&mButtons[3], "dbutton.xml", "dbutton_image.xml", x, y,
- sz, sz, RIGHT, "screenActionButton3", "");
+ loadTouchItem(&mButtons[3], "dbutton.xml", "dbutton_image.xml",
+ x, y, sz, sz, RIGHT, "screenActionButton3", "");
loadTouchItem(&mButtons[2], "dbutton.xml", "dbutton_image.xml",
skipWidth, y, sz, sz, RIGHT, "screenActionButton2", "");