From 02f6608e30a9874cb620f3b298977f490894868d Mon Sep 17 00:00:00 2001 From: Bibiko Date: Wed, 7 Jul 2010 08:56:51 +0000 Subject: =?UTF-8?q?=E2=80=A2=C2=A0fine-tuned=20scrollView=20position=20of?= =?UTF-8?q?=20Custom=20Query=20Result=20table=20=E2=80=A2=20resized=20GUI?= =?UTF-8?q?=20elements=20(Run=20Current,=20Last=20Error=20Mes.)=20for=20lo?= =?UTF-8?q?calisation=20=E2=80=A2=20centered=20label=20for=20"Query=20Favo?= =?UTF-8?q?rites"=20and=20"Query=20History"=20-=20maybe=20we=20should=20th?= =?UTF-8?q?ink=20about=20the=20appearance=20these=20buttons!=20=E2=80=A2?= =?UTF-8?q?=20increased=20the=20min=20width=20of=20Custom=20Query=20view?= =?UTF-8?q?=20by=2015px=20in=20order=20to=20avoid=20GUI=20overlappings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPDatabaseDocument.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPDatabaseDocument.m') diff --git a/Source/SPDatabaseDocument.m b/Source/SPDatabaseDocument.m index f18385c3..8492001f 100644 --- a/Source/SPDatabaseDocument.m +++ b/Source/SPDatabaseDocument.m @@ -4453,7 +4453,7 @@ { // Limit the right view of DBViewSplitter in order to avoid GUI element overlapping - if(splitView == contentViewSplitter) return proposedMax - 470; + if(splitView == contentViewSplitter) return proposedMax - 495; return proposedMax; -- cgit v1.2.3