[frameworks-kirigami] [Bug 405614] Kirigami.Separator has uneven top vs. bottom spacing

2019-05-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405614

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.59

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kirigami] [Bug 405614] Kirigami.Separator has uneven top vs. bottom spacing

2019-05-28 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=405614

Marco Martin  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/kir |https://commits.kde.org/kir
   |igami/80abbd88b0eb505a26039 |igami/58c270b054f9f3ca8ed69
   |11163246e54426f0450 |9380f52d4a890b8e90c

--- Comment #3 from Marco Martin  ---
Git commit 58c270b054f9f3ca8ed699380f52d4a890b8e90c by Marco Martin.
Committed on 28/05/2019 at 16:43.
Pushed by mart into branch 'master'.

base on height for items that should have a top padding

when we have a simple
Item {
  Kirigami.FormData.isSeparator: true
}

we don't want top padding and that will have 0x0 size.
anything that has an own display, will get a top padding

M  +1-1src/controls/FormLayout.qml

https://commits.kde.org/kirigami/58c270b054f9f3ca8ed699380f52d4a890b8e90c

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kirigami] [Bug 405614] Kirigami.Separator has uneven top vs. bottom spacing

2019-05-24 Thread Filip Fila
https://bugs.kde.org/show_bug.cgi?id=405614

Filip Fila  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://commits.kde.org/kir
   ||igami/80abbd88b0eb505a26039
   ||11163246e54426f0450
 Resolution|--- |FIXED

--- Comment #2 from Filip Fila  ---
Git commit 80abbd88b0eb505a2603911163246e54426f0450 by Filip Fila.
Committed on 24/05/2019 at 15:42.
Pushed by filipf into branch 'master'.

[FormLayout] Use even top and bottom spacing for separator

Summary:
The Kirigami separator has spacing below it, but not above it when in a Form
Layout. This patch adds a check if there is a separator present and if it is,
it adds spacing above it.

Test Plan:
Before:
{F6775026}

After:
{F6775027}

Reviewers: mart, #kirigami, ngraham

Reviewed By: mart, #kirigami, ngraham

Subscribers: plasma-devel

Tags: #kirigami

Differential Revision: https://phabricator.kde.org/D20585

M  +1-0src/controls/FormLayout.qml

https://commits.kde.org/kirigami/80abbd88b0eb505a2603911163246e54426f0450

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kirigami] [Bug 405614] Kirigami.Separator has uneven top vs. bottom spacing

2019-03-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405614

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Nate Graham  ---
Could be a good patch opportunity. :) Maybe something to do with this?

https://cgit.kde.org/kirigami.git/tree/src/controls/FormLayout.qml#n171

-- 
You are receiving this mail because:
You are watching all bug changes.