Summary: | Tools button size in Krita is too small by default and there no way to change size | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Murz <MurzNN> |
Component: | Usability | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | barafu, fl2d, halla, sven.langkamp |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/f10eefbb9dec1c8001dcb36d2aa7c472fdf289f8 | Version Fixed In: | |
Sentry Crash Report: |
Description
Murz
2014-06-25 05:30:32 UTC
Yes, this really should follow the desktop settings or be configurable. I did some quick hacking in the code to set it 64x64 as a test, and that sort of worked, with a number of problems: * the layout got messed up * we only have the icons in one size, without the svg files to generate bigger sizes The svg file for the icons is now in the repository. Please, we really need at least some hack to fix it now. It is not a minor cosmetic nuisance, it is really "Krita not working on 4K2K display" sort of bug. I can only use tools if I can remember keyboard shortcuts for them. It's not just the toolbox: there are other parts of Krita that use hard-coded pixel measurements, often coding for a size of 10 or 12 pixels. Git commit f10eefbb9dec1c8001dcb36d2aa7c472fdf289f8 by Boudewijn Rempt. Committed on 11/08/2015 at 12:56. Pushed by rempt into branch 'calligra/2.9'. Right-click on the toolbox to select a new size. Note: it's now even easier to make the toolbox way too high for the screen, and in that case you have to manually resize the toolbox and maximize the krita window. M +90 -3 libs/widgets/KoToolBox.cpp M +14 -3 libs/widgets/KoToolBoxLayout_p.h M +5 -1 libs/widgets/KoToolBox_p.h http://commits.kde.org/calligra/f10eefbb9dec1c8001dcb36d2aa7c472fdf289f8 I try Krita version 2.9.0 and can't see menu on "Right-click on the toolbox". I can select icons size on top buttons, but when I right click on left toolbox bar - nothing happens. The main problem is with toolbox buttons. 2.9.0 is too old, it was added after that. Not sure which version, but 2.9.9 has it. Thanks, on 2.9.9 all works well! Nice tip, What a newbie doesn't know, lol Worked great for me after wondering why they were so small Krita 3.0 |