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

List:       kde-commits
Subject:    kdebase/kcontrol/keys
From:       Waldo Bastian <bastian () kde ! org>
Date:       2005-02-27 22:45:57
Message-ID: 20050227224557.9E73E148A2 () office ! kde ! org
[Download RAW message or body]

CVS commit by waba: 

Reduce width requirements
Patch by Kurt V. Hindenburg


  M +2 -0      shortcuts.cpp   1.24


--- kdebase/kcontrol/keys/shortcuts.cpp  #1.23:1.24
@@ -140,4 +140,6 @@ void ShortcutsModule::initGUI()
 
         m_pcbSchemes = new KComboBox( this );
+        m_pcbSchemes->setMinimumWidth( 100 );
+        m_pcbSchemes->setSizePolicy( QSizePolicy::Preferred, QSizePolicy::Fixed );
         connect( m_pcbSchemes, SIGNAL(activated(int)), SLOT(slotSelectScheme(int)) );
         pHLayout->addWidget( m_pcbSchemes );


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

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