From 67eb2a041e44de49f3987a49469fea9b549aae79 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Sun, 24 Jun 2012 20:58:18 +0200 Subject: [PATCH] Reverting hrev44253. Didn't fix the issue, see #8648. --- src/apps/showimage/ShowImageWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/showimage/ShowImageWindow.cpp b/src/apps/showimage/ShowImageWindow.cpp index c6cabd2253..6430c23d39 100644 --- a/src/apps/showimage/ShowImageWindow.cpp +++ b/src/apps/showimage/ShowImageWindow.cpp @@ -1274,7 +1274,7 @@ ShowImageWindow::_ToggleFullScreen() fWindowFrame = Frame(); frame = screen.Frame(); frame.top -= fBar->Bounds().Height() + 1; - frame.right += B_V_SCROLL_BAR_WIDTH - 1; + frame.right += B_V_SCROLL_BAR_WIDTH; frame.bottom += B_H_SCROLL_BAR_HEIGHT; frame.InsetBy(-1, -1); // PEN_SIZE in ShowImageView