diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-04-02 17:55:00 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-04-02 17:55:00 +0100 |
commit | c9ea0c076cf1b388f7902f1ebf7d2bafbb284ecc (patch) | |
tree | 8be4bb6c914962cce9ab3b0c0121fd9fecc5d514 | |
parent | 518215ee95b35a687679c17ed295970f0ff8cc6e (diff) |
invert everything - local buttons location
-rw-r--r-- | icon/category_all.png | bin | 5384 -> 37033 bytes | |||
-rw-r--r-- | icon/category_local.png | bin | 37033 -> 5384 bytes | |||
-rw-r--r-- | ui/sisyphus.ui | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/icon/category_all.png b/icon/category_all.png Binary files differindex 561d218..e33dfe2 100644 --- a/icon/category_all.png +++ b/icon/category_all.png diff --git a/icon/category_local.png b/icon/category_local.png Binary files differindex e33dfe2..561d218 100644 --- a/icon/category_local.png +++ b/icon/category_local.png diff --git a/ui/sisyphus.ui b/ui/sisyphus.ui index 6e3a3fe..1c88de6 100644 --- a/ui/sisyphus.ui +++ b/ui/sisyphus.ui @@ -448,7 +448,7 @@ <widget class="QPushButton" name="category_everything"> <property name="geometry"> <rect> - <x>825</x> + <x>625</x> <y>215</y> <width>150</width> <height>150</height> @@ -471,7 +471,7 @@ <widget class="QPushButton" name="category_local"> <property name="geometry"> <rect> - <x>625</x> + <x>825</x> <y>215</y> <width>150</width> <height>150</height> |