~ubuntu-branches/ubuntu/karmic/kdebase-workspace/karmic-security

« back to all changes in this revision

Viewing changes to debian/patches/kubuntu_98_smaller_systemsettings_window.diff

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell, Jonathan Riddell, Jonathan Thomas
  • Date: 2009-10-14 02:40:52 UTC
  • Revision ID: james.westby@ubuntu.com-20091014024052-g876v5rakfgtzpml
Tags: 4:4.3.2-0ubuntu2
[ Jonathan Riddell ]
* Rebuild for Sip 4.9
* Enable python-support, needed now that python-qt4 and python-kde4
  use it

[ Jonathan Thomas ]
* Add kubuntu_98_smaller_systemsettings_window.diff, backported from 4.3
  branch to make the default System Settings window size smaller. Can be
  removed in KDE 4.3.3. (B.K.O. #209867)
* Add kubuntu_99_fix_kdm_settings.diff, backported from 4.3 branch. Makes
  kdm GUI settings actually work (e.g. kdm always uses plastique). Can be
  removed in KDE 4.3.3. (B.K.O. #182870)
* Bump build-depends on kdelibs5-dev for kubuntu_99, can be reverted next
  merge with Debian or so I'd say.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: kdebase-workspace-4.3.2/systemsettings/app/SettingsBase.cpp
 
2
===================================================================
 
3
--- kdebase-workspace-4.3.2.orig/systemsettings/app/SettingsBase.cpp    2009-10-13 21:36:18.000000000 -0400
 
4
+++ kdebase-workspace-4.3.2/systemsettings/app/SettingsBase.cpp 2009-10-13 21:39:01.000000000 -0400
 
5
@@ -129,7 +129,7 @@
 
6
     menuBar()->hide();
 
7
     // Toolbar & Configuration
 
8
     helpActionMenu->setMenu( dynamic_cast<KMenu*>( factory()->container("help", this) ) );
 
9
-    setMinimumSize(800,480);
 
10
+    setMinimumSize(620,430);
 
11
     toolBar()->setMovable(false); // We don't allow any changes
 
12
     changeToolBar( BaseMode::Search | BaseMode::Configure );
 
13
 }