Summary: | The Resource Manager's tags widget make the panel wiggle in place | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | amyspark <amy> |
Component: | Usability | Assignee: | amyspark <amy> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 5.0.0-beta2 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/edfb8a511cb0402eef8111fda58a76e312461540 | Version Fixed In: | |
Sentry Crash Report: |
Description
amyspark
2021-11-17 02:27:01 UTC
Git commit 0f758b9d040e4eface2cafdd632e2fc45c323b25 by L. E. Segovia. Committed on 25/11/2021 at 13:47. Pushed by lsegovia into branch 'krita/5.0'. Resource Manager: restyle the tags widget Previous to this commit, the tags widget had excessive padding and used a customized paintEvent to draw it. This commit: - fixes the wrappable QHBoxWidget that we use to match Qt's behaviour - uses the Qt style machinery to paint the tag widget according to the chosen style - changes the close icon to be an actual QPushButton (thus making it accessible) - adds a tooltip to the Add tag and Remove tag buttons - and fixes the sizing of the Add tag button. M +19 -33 libs/widgets/KisTagSelectionWidget.cpp M +2 -2 libs/widgets/KisTagSelectionWidget.h M +5 -2 libs/widgetutils/KisWrappableHBoxLayout.cpp M +3 -0 plugins/extensions/resourcemanager/WdgDlgResourceManager.ui https://invent.kde.org/graphics/krita/commit/0f758b9d040e4eface2cafdd632e2fc45c323b25 Git commit 3f0160eebfbb1a79b4322058b9fb89b1f6f3bfd9 by L. E. Segovia. Committed on 25/11/2021 at 13:47. Pushed by lsegovia into branch 'krita/5.0'. Remove extra spacing from the Resource Manager M +63 -46 plugins/extensions/resourcemanager/WdgDlgResourceManager.ui https://invent.kde.org/graphics/krita/commit/3f0160eebfbb1a79b4322058b9fb89b1f6f3bfd9 Git commit c485bdda2ad30003ec099564654a2c2285128236 by L. E. Segovia. Committed on 25/11/2021 at 13:50. Pushed by lsegovia into branch 'master'. Remove extra spacing from the Resource Manager (cherry picked from commit 3f0160eebfbb1a79b4322058b9fb89b1f6f3bfd9) M +63 -46 plugins/extensions/resourcemanager/WdgDlgResourceManager.ui https://invent.kde.org/graphics/krita/commit/c485bdda2ad30003ec099564654a2c2285128236 Git commit edfb8a511cb0402eef8111fda58a76e312461540 by L. E. Segovia. Committed on 25/11/2021 at 13:50. Pushed by lsegovia into branch 'master'. Resource Manager: restyle the tags widget Previous to this commit, the tags widget had excessive padding and used a customized paintEvent to draw it. This commit: - fixes the wrappable QHBoxWidget that we use to match Qt's behaviour - uses the Qt style machinery to paint the tag widget according to the chosen style - changes the close icon to be an actual QPushButton (thus making it accessible) - adds a tooltip to the Add tag and Remove tag buttons - and fixes the sizing of the Add tag button. (cherry picked from commit 0f758b9d040e4eface2cafdd632e2fc45c323b25) M +19 -33 libs/widgets/KisTagSelectionWidget.cpp M +2 -2 libs/widgets/KisTagSelectionWidget.h M +5 -2 libs/widgetutils/KisWrappableHBoxLayout.cpp M +3 -0 plugins/extensions/resourcemanager/WdgDlgResourceManager.ui https://invent.kde.org/graphics/krita/commit/edfb8a511cb0402eef8111fda58a76e312461540 |