[krita] [Bug 443097] Export GUI: Ugly gaps between GUI elements with certain board layouts.

2022-07-12 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=443097

Halla Rempt  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||ha...@valdyas.org
 Ever confirmed|0   |1

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

[krita] [Bug 443097] Export GUI: Ugly gaps between GUI elements with certain board layouts.

2022-07-16 Thread Daniel Fichtner
https://bugs.kde.org/show_bug.cgi?id=443097

Daniel Fichtner  changed:

   What|Removed |Added

 CC||dan...@outlook.de
   Assignee|krita-bugs-n...@kde.org |dan...@outlook.de

--- Comment #1 from Daniel Fichtner  ---
I see it. It's not only changing the spacing between the widgets, also the text
infront of them jumps around.

I'll have a look and try to make it better :)

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

[krita] [Bug 443097] Export GUI: Ugly gaps between GUI elements with certain board layouts.

2022-07-17 Thread Daniel Fichtner
https://bugs.kde.org/show_bug.cgi?id=443097

--- Comment #2 from Daniel Fichtner  ---
So at the moment it uses QFormLayout and depending on the entry in the "Board
Layout" ComboBox, labels and comboxes are hidden or shown. The problem is that
it's not the row of the QFormLayout that is hidden. Hence, it's still there and
adds a little space between the remaining widgets.

Qt 6.4 will introduced QFormLayout::setRowVisible()
(https://bugreports.qt.io/browse/QTBUG-6864) which is the solution for exactly
this special case. At the moment I could "reproduce it with a QGridLayout to
look the same. Or we wait until we have this function?

Also I might hack something up..

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

[krita] [Bug 443097] Export GUI: Ugly gaps between GUI elements with certain board layouts.

2022-08-04 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=443097

Halla Rempt  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

[krita] [Bug 443097] Export GUI: Ugly gaps between GUI elements with certain board layouts.

2023-01-05 Thread Emmet O'Neill
https://bugs.kde.org/show_bug.cgi?id=443097

Emmet O'Neill  changed:

   What|Removed |Added

 Status|ASSIGNED|CONFIRMED

--- Comment #3 from Emmet O'Neill  ---
Setting this back to "confirmed" for now because it hasn't had active
development in a while. When someone jumps back in we can reassign it, but I'm
just doing a bit of housecleaning right now.

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

[krita] [Bug 443097] Export GUI: Ugly gaps between GUI elements with certain board layouts.

2023-01-05 Thread Emmet O'Neill
https://bugs.kde.org/show_bug.cgi?id=443097

Emmet O'Neill  changed:

   What|Removed |Added

   Assignee|dan...@outlook.de   |krita-bugs-n...@kde.org

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