https://bugs.kde.org/show_bug.cgi?id=372169
Anna Medonosova <anna.medonos...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/kri | |ta/c099ae3e614d1686ac164316 | |a793ea1a2a8ba225 --- Comment #6 from Anna Medonosova <anna.medonos...@gmail.com> --- Git commit c099ae3e614d1686ac164316a793ea1a2a8ba225 by Anna Medonosova. Committed on 11/12/2018 at 16:48. Pushed by amedonosova into branch 'master'. Layer Styles UI: fix for angle selection, small UI tweaks Summary: 1, Fix for Bug 372169 - GUI angular control for Shadow light source shows incorrect angle (spinbox is correct) Adobe’s angle selection dial widget differs from QDial by 90 degrees. That creates the inconsistency between settings dialogs and layer effects. In this diff, angle selection is moved into dedicated widget, KisLayerStyleAngleSelector, which solves this problem for all layer style settings dialogs. Also lessens code duplication in this area. 2, Label alignment unification with proper use of QFormLayout Reviewers: #krita, rempt Reviewed By: #krita, rempt Subscribers: rempt Tags: #krita Differential Revision: https://phabricator.kde.org/D17134 M +3 -1 libs/ui/CMakeLists.txt M +25 -134 libs/ui/dialogs/kis_dlg_layer_style.cpp M +0 -24 libs/ui/dialogs/kis_dlg_layer_style.h M +38 -40 libs/ui/layerstyles/WdgGradientOverlay.ui M +37 -55 libs/ui/layerstyles/WdgSatin.ui M +52 -41 libs/ui/layerstyles/WdgStroke.ui M +62 -106 libs/ui/layerstyles/wdgBevelAndEmboss.ui A +95 -0 libs/ui/layerstyles/wdgKisLayerStyleAngleSelector.ui M +67 -103 libs/ui/layerstyles/wdgdropshadow.ui A +117 -0 libs/ui/widgets/KisLayerStyleAngleSelector.cpp [License: LGPL] A +68 -0 libs/ui/widgets/KisLayerStyleAngleSelector.h [License: LGPL] https://commits.kde.org/krita/c099ae3e614d1686ac164316a793ea1a2a8ba225 -- You are receiving this mail because: You are watching all bug changes.