summarylogtreecommitdiffstats
path: root/fix_window_position.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix_window_position.patch')
-rw-r--r--fix_window_position.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/fix_window_position.patch b/fix_window_position.patch
new file mode 100644
index 000000000000..512ffa0f6d4d
--- /dev/null
+++ b/fix_window_position.patch
@@ -0,0 +1,12 @@
+diff -uprNEBZ --suppress-blank-empty a/src/mainwindow.cpp b/src/mainwindow.cpp
+--- a/src/mainwindow.cpp 2018-12-21 17:01:47.452059818 -0600
++++ b/src/mainwindow.cpp 2018-12-21 17:02:54.862133874 -0600
+@@ -122,7 +122,7 @@ MainWindow::MainWindow(QWidget *parent)
+ vk_setCornerWidget( ui->tabWidgetScreencast );
+
+ // need a move
+- move( 0, 0 );
++ //move( 0, 0 );
+
+ makeAndSetValidIconForSideBar( ui->tabWidgetSideBar->indexOf( ui->tabSidebarScreencast ), QIcon::fromTheme( "video-display", QIcon( ":/pictures/video-display.svg" ) ) );
+ makeAndSetValidIconForSideBar( ui->tabWidgetSideBar->indexOf( ui->tabSidebarScreenshot ), QIcon::fromTheme( "computer", QIcon( ":/pictures/computer.svg" ) ) );