Summary: | Change the layout mode icon | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Nicolas Brisset <nicolas.brisset> |
Component: | general | Assignee: | kst |
Status: | RESOLVED INTENTIONAL | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 1.x | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Solaris | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nicolas Brisset
2006-02-01 16:47:22 UTC
Proposed patch: Index: kst.cpp =================================================================== --- kst.cpp (revision 504664) +++ kst.cpp (working copy) @@ -809,7 +809,7 @@ _gfxLabelAction->setToolTip(i18n("Draw label")); _gfxLabelAction->setWhatsThis(i18n("Draw label")); - LayoutAction = new KRadioAction(i18n("Layout Mode"), "kst_layoutmode", 0, + LayoutAction = new KRadioAction(i18n("Layout Mode"), "move", 0, this, SLOT(toggleMouseMode()), actionCollection(), "layoutmode_action"); LayoutAction->setExclusiveGroup("gfx"); I think we should either change the icon as suggested or mark the bug as INVALID. Instead of using the system icon (which is defined by the theme), we should change the icon we install. (If the art czar wants it changed. :-)) Doesn't seem to be any desire to change the icon for this. |