[Kst] branches/work/kst/portto4/kst/src/libkstapp
Nicolas Brisset
nicolas.brisset at eurocopter.com
Tue Feb 28 22:55:54 UTC 2012
SVN commit 1282844 by brisset:
It's incredible how simple separators increase the readability of those context menus!
There is more work to do on the plot dialog context menu, but this small addition makes a nice difference.
M +2 -0 plotitem.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/plotitem.cpp #1282843:1282844
@@ -662,6 +662,7 @@
if (parentItem() && isInSharedAxisBox() && _sharedBox) {
if (view()->viewMode() == View::Data) {
+ menu.addSeparator();
menu.addMenu(_sharedAxisBoxMenu);
menu.addAction(_breakSharedBox);
@@ -673,6 +674,7 @@
if (view()->viewMode() == View::Data) {
_plotMaximize->setChecked(_plotMaximized);
+ menu.addSeparator();
menu.addAction(_plotMaximize);
}
More information about the Kst
mailing list