Hi.

The button of colorpicker was out of window
Credits: E Chalaron: for noticing the problem

Patch attached

Einar
From fd54bfb9ce12a924bf44d5406252472a953263bf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Einar=20R=C3=BCnkaru?= <eina...@smail.ee>
Date: Mon, 14 Nov 2011 23:14:10 +0200
Subject: [PATCH] Changed the layout of "Gamma" plugin window

The button of colorpicker was out of window
Credits: E Chalaron: for noticing the problem
---
 plugins/gamma/gammawindow.C |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/plugins/gamma/gammawindow.C b/plugins/gamma/gammawindow.C
index 05642cc..bbbbda7 100644
--- a/plugins/gamma/gammawindow.C
+++ b/plugins/gamma/gammawindow.C
@@ -38,9 +38,9 @@ GammaWindow::GammaWindow(GammaMain *client, int x, int y)
  : BC_Window(client->gui_string, x,
  	y,
 	400, 
-	350, 
+	390,
 	400, 
-	350, 
+	390,
 	0, 
 	0)
 { 
@@ -53,7 +53,7 @@ int GammaWindow::create_objects()
 	add_subwindow(histogram = new BC_SubWindow(x, 
 		y, 
 		get_w() - x * 2, 
-		get_h() - 150, 
+		get_h() - 180,
 		WHITE));
 	y += histogram->get_h() + 10;
 
-- 
1.7.0.4

Reply via email to