Merge lp:~didrocks/unity/fix-708809 into lp:unity

Proposed by Didier Roche-Tolomelli
Status: Merged
Merged at revision: 799
Proposed branch: lp:~didrocks/unity/fix-708809
Merge into: lp:unity
Diff against target: 12 lines (+1/-1)
1 file modified
src/PluginAdapter.cpp (+1/-1)
To merge this branch: bzr merge lp:~didrocks/unity/fix-708809
Reviewer Review Type Date Requested Status
Jason Smith (community) Approve
Review via email: mp+47773@code.launchpad.net

Description of the change

As requested, change automaximize value to 75% of the workarea (LP: #708809)

To post a comment you must log in.
Revision history for this message
Jason Smith (jassmith) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/PluginAdapter.cpp'
2--- src/PluginAdapter.cpp 2011-01-17 11:37:49 +0000
3+++ src/PluginAdapter.cpp 2011-01-28 08:27:46 +0000
4@@ -23,7 +23,7 @@
5 PluginAdapter * PluginAdapter::_default = 0;
6
7 #define MAXIMIZABLE (CompWindowActionMaximizeHorzMask & CompWindowActionMaximizeVertMask & CompWindowActionResizeMask)
8-#define COVERAGE_AREA_BEFORE_AUTOMAXIMIZE 0.6
9+#define COVERAGE_AREA_BEFORE_AUTOMAXIMIZE 0.75
10
11 /* static */
12 PluginAdapter *