https://bugs.kde.org/show_bug.cgi?id=438457
Lynx3d <lynx.mw+...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/3a792c415 | |941c51f34aa7950bfd65090a718 | |79b2 Status|REPORTED |RESOLVED --- Comment #3 from Lynx3d <lynx.mw+...@gmail.com> --- Git commit 3a792c415941c51f34aa7950bfd65090a71879b2 by Mathias Wein. Committed on 16/05/2022 at 19:28. Pushed by mwein into branch 'master'. Make tree indentation of Layers docker configurable 100% of the thumbnail size just takes too much space for many people, leaving little space (or even none at all) for a layer name. It now has a range of 20% to 100%, adjustable with a slider below the thumbnail size slider. While at it, remove a hack to update the view layout and slightly optimize the delegate. Also a few small quirks were fixed: - the settings button did now update on theme changes - the slider styling did not update on theme changes due to style sheets - the thumbnail slider did not update the setting unless dragged with the mouse; mouse wheel and keyboard shortcuts failed to do so. M +10 -0 libs/ui/kis_config.cc M +3 -0 libs/ui/kis_config.h M +5 -3 libs/ui/kis_node_view_color_scheme.cpp M +35 -7 plugins/dockers/layerdocker/LayerBox.cpp M +4 -1 plugins/dockers/layerdocker/LayerBox.h M +38 -30 plugins/dockers/layerdocker/NodeDelegate.cpp M +2 -1 plugins/dockers/layerdocker/NodeDelegate.h M +6 -0 plugins/dockers/layerdocker/NodeView.cpp M +1 -0 plugins/dockers/layerdocker/NodeView.h https://invent.kde.org/graphics/krita/commit/3a792c415941c51f34aa7950bfd65090a71879b2 -- You are receiving this mail because: You are watching all bug changes.