summarylogtreecommitdiffstats
path: root/fix_window_position.patch
diff options
context:
space:
mode:
authorAlfredo Ramos2018-12-24 13:25:07 -0600
committerAlfredo Ramos2018-12-24 13:25:07 -0600
commita0c8c58a05069c429a69e8e09c42ec12fa485d77 (patch)
treebd2cd3312094596dfb75f172592baff8c8230e1e /fix_window_position.patch
parent8a4d78d286a44e5b9d8f4332f601e280eca73c2f (diff)
downloadaur-a0c8c58a05069c429a69e8e09c42ec12fa485d77.tar.gz
Window position issue fixed upstream
Diffstat (limited to 'fix_window_position.patch')
-rw-r--r--fix_window_position.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/fix_window_position.patch b/fix_window_position.patch
deleted file mode 100644
index 512ffa0f6d4d..000000000000
--- a/fix_window_position.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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" ) ) );