~hypodermia/ubuntu/oneiric/compiz/fix-for-bug-301174

« back to all changes in this revision

Viewing changes to plugins/grid/grid.xml.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-04-07 18:06:44 UTC
  • mfrom: (0.168.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110407180644-7xwnirf7k3zotc2w
Tags: 1:0.9.4+bzr20110407-0ubuntu2
* New upstream snapshot:
  - fix unity-window-decorator crashed with SIGSEGV in event_filter_funct
    (LP: #711561)
* debian/patches/086_new_grid_defaults.patch:
  - change threshold to 15 on sides and 20 on top to work well with the new
    animtion
* debian/patches/01_bzr_fix_grid_on_multimonitor.patch,
  01_bzr_fix_resize.patch, 01_bzr_fix_grid_premultiply.patch:
  - from upstream bzr, fix grid on multimonitor and colors handling
* debian/patches/086_new_grid_defaults.patch,
  debian/patches/029_default_options.patch:
  - set the resize grid shadow to orange (LP: #752711)

Show diffs side-by-side

added added

removed removed

Lines of Context:
502
502
                        <option name="left_edge_threshold" type="int">
503
503
                                <_short>Left Edge</_short>
504
504
                                <_long>Maximum number of pixels from the left edge a window can be dropped</_long>
505
 
                                <default>5</default>
 
505
                                <default>15</default>
506
506
                                <min>0</min>
507
507
                                <max>500</max>
508
508
                        </option>
509
509
                        <option name="right_edge_threshold" type="int">
510
510
                                <_short>Right Edge</_short>
511
511
                                <_long>Maximum number of pixels from the right edge a window can be dropped</_long>
512
 
                                <default>5</default>
 
512
                                <default>15</default>
513
513
                                <min>0</min>
514
514
                                <max>500</max>
515
515
                        </option>
516
516
                        <option name="top_edge_threshold" type="int">
517
517
                                <_short>Top Edge</_short>
518
518
                                <_long>Maximum number of pixels from the top edge a window can be dropped</_long>
519
 
                                <default>5</default>
 
519
                                <default>20</default>
520
520
                                <min>0</min>
521
521
                                <max>500</max>
522
522
                        </option>
540
540
                        <_short>Outline Color</_short>
541
541
                        <_long>Color of the resize indicator outline</_long>
542
542
                        <default>
543
 
                            <red>0x2f2f</red>
544
 
                            <green>0x2f2f</green>
545
 
                            <blue>0x4f4f</blue>
 
543
                            <red>0xfbfb</red>
 
544
                            <green>0x8b8b</green>
 
545
                            <blue>0x0</blue>
546
546
                            <alpha>0x9f9f</alpha>
547
547
                        </default>
548
548
                </option>
550
550
                        <_short>Fill Color</_short>
551
551
                        <_long>Fill color of the resize indicator</_long>
552
552
                        <default>
553
 
                            <red>0x2f2f</red>
554
 
                            <green>0x2f2f</green>
555
 
                            <blue>0x4f4f</blue>
 
553
                            <red>0xfbfb</red>
 
554
                            <green>0x8b8b</green>
 
555
                            <blue>0x0</blue>
556
556
                            <alpha>0x4f4f</alpha>
557
557
                        </default>
558
558
                </option>