[haiku-commits] haiku: hrev48490 - src/preferences/datatranslations

  • From: pulkomandy@xxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 12 Dec 2014 15:54:09 +0100 (CET)

hrev48490 adds 1 changeset to branch 'master'
old head: 03f1ea8e5ccadc990ca3990fcaddb03ada4c41fd
new head: 27627e22dbccc61391c4e52e2c482fa1ee53c753
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=27627e2+%5E03f1ea8

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

27627e2: DataTranslations: remove SetExplicitMinSize
  
  It prevents the window to get big enough for some of the translators.
  
  Fixes #11612.

                                 [ Adrien Destugues <pulkomandy@xxxxxxxxx> ]

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

Revision:    hrev48490
Commit:      27627e22dbccc61391c4e52e2c482fa1ee53c753
URL:         http://cgit.haiku-os.org/haiku/commit/?id=27627e2
Author:      Adrien Destugues <pulkomandy@xxxxxxxxx>
Date:        Fri Dec 12 14:53:25 2014 UTC

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

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

1 file changed, 1 deletion(-)
src/preferences/datatranslations/DataTranslationsWindow.cpp | 1 -

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

diff --git a/src/preferences/datatranslations/DataTranslationsWindow.cpp 
b/src/preferences/datatranslations/DataTranslationsWindow.cpp
index f09979f..c36228c 100644
--- a/src/preferences/datatranslations/DataTranslationsWindow.cpp
+++ b/src/preferences/datatranslations/DataTranslationsWindow.cpp
@@ -214,7 +214,6 @@ DataTranslationsWindow::_SetupViews()
        fRightBox = new BBox("Right_Side");
        fRightBox->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
                        B_ALIGN_USE_FULL_HEIGHT));
-       fRightBox->SetExplicitMinSize(BSize(350, 300));
 
        // Add the translator icon view
        fIconView = new IconView();


Other related posts:

  • » [haiku-commits] haiku: hrev48490 - src/preferences/datatranslations - pulkomandy