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 /ui | |
parent | 518215ee95b35a687679c17ed295970f0ff8cc6e (diff) |
invert everything - local buttons location
Diffstat (limited to 'ui')
-rw-r--r-- | ui/sisyphus.ui | 4 |
1 files changed, 2 insertions, 2 deletions
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> |