[prev in list] [next in list] [prev in thread] [next in thread] 

List:       haiku-commits
Subject:    [haiku-commits] haiku: hrev44086 - src/apps/debugger/user_interface/gui/team_window
From:       anevilyak () gmail ! com
Date:       2012-04-30 23:09:10
Message-ID: 20120430230910.9C3815C0844 () vmrepo ! haiku-os ! org
[Download RAW message or body]

hrev44086 adds 1 changeset to branch 'master'
old head: a937ffd238367dee5036096658c6c360c1e23136
new head: 119c90fc35b013c6def51b167a1212027ba49394

----------------------------------------------------------------------------

119c90f: Fix remaining part of #8094.
  
  Set an explicit minimum size on the source path view, in order to prevent it
  from unduly influencing the initial size constraints of the window. (Belatedly)
  fixes the remaining part of #8094.

                                      [ Rene Gollent <anevilyak@gmail.com> ]

----------------------------------------------------------------------------

Revision:    hrev44086
Commit:      119c90fc35b013c6def51b167a1212027ba49394
URL:         http://cgit.haiku-os.org/haiku/commit/?id=119c90f
Author:      Rene Gollent <anevilyak@gmail.com>
Date:        Mon Apr 30 23:06:32 2012 UTC

Ticket:      https://dev.haiku-os.org/ticket/8094

----------------------------------------------------------------------------

1 file changed, 2 insertions(+), 1 deletion(-)
.../user_interface/gui/team_window/TeamWindow.cpp  |    3 ++-

----------------------------------------------------------------------------

diff --git a/src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp \
b/src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp index \
                3689520..c499dfe 100644
--- a/src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
+++ b/src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
@@ -1,6 +1,6 @@
 /*
  * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
- * Copyright 2010-2011, Rene Gollent, rene@gollent.com.
+ * Copyright 2010-2012, Rene Gollent, rene@gollent.com.
  * Distributed under the terms of the MIT License.
  */
 
@@ -698,6 +698,7 @@ TeamWindow::_Init()
 	fStepIntoButton->SetTarget(this);
 	fStepOutButton->SetTarget(this);
 
+	fSourcePathView->SetExplicitMinSize(BSize(100.0, B_SIZE_UNSET));
 	fSourcePathView->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNSET));
 	BMessageFilter* filter = new(std::nothrow) PathViewMessageFilter(
 		BMessenger(this));


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic