Turn off the extended resize handle/black triangle when there are no borders

Summary: As discussed and agreed to in {T8707}, turn off the black triangle that's currently drawn by default when windows are drawn with "No Borders"

Test Plan:
- Tested on a new user: no black triangle when KWin's border setting is "No Borders"
- Tested on an existing user who had `DrawSizeGrip=false` in their `breezerc` file: no change
- Tested on an existing user with who had `DrawSizeGrip=false` in their `breezerc` file and then turned it on in System Settings: black triangle appears as expected
- With the black triangle on, reset to default settings: works as expected

Reviewers: #vdg, #breeze, #plasma, abetts, romangg

Reviewed By: #vdg, #plasma, abetts, romangg

Subscribers: hpereiradacosta, romangg, plasma-devel

Tags: #plasma

Maniphest Tasks: T8707

Differential Revision: https://phabricator.kde.org/D13277
wilder-5.17
Nathaniel Graham 8 years ago
parent 43aea6a61b
commit 47ca4e814e
  1. 2
      kdecoration/breezesettingsdata.kcfg

@ -96,7 +96,7 @@
<!-- size grip -->
<entry name="DrawSizeGrip" type = "Bool">
<default>true</default>
<default>false</default>
</entry>
<!-- animations -->

Loading…
Cancel
Save