diff options
author | Ken Moore <ken@ixsystems.com> | 2017-06-22 13:57:05 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-06-22 13:57:05 -0400 |
commit | 5357ed08488d85df6e7433c6d4413bce5ab26049 (patch) | |
tree | 9b6d750a7b4bbc138e04e1a95d663b7802205aa3 /src-qt5/core/libLumina/test | |
parent | Get the LuminaRandR framework able to enable/resize/move a monitor as requested. (diff) | |
download | lumina-5357ed08488d85df6e7433c6d4413bce5ab26049.tar.gz lumina-5357ed08488d85df6e7433c6d4413bce5ab26049.tar.bz2 lumina-5357ed08488d85df6e7433c6d4413bce5ab26049.zip |
Cleanup some debugging information.
Diffstat (limited to 'src-qt5/core/libLumina/test')
-rw-r--r-- | src-qt5/core/libLumina/test/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/libLumina/test/main.cpp b/src-qt5/core/libLumina/test/main.cpp index 547a1846..39ead1aa 100644 --- a/src-qt5/core/libLumina/test/main.cpp +++ b/src-qt5/core/libLumina/test/main.cpp @@ -6,7 +6,7 @@ int main(int argc, char** argv){ QString toggle = "HDMI-2"; - QRect toggleGeom(1921,0, 1024,768); //put to the right of the default monitor + QRect toggleGeom(0,0, 1600,900); int toggleOK = -1; //-1: automatic, 0: enable monitor, 1: disable monitor QApplication A(argc, argv); |