« Return to Thread: branches/work/kst/portto4/kst/src/libkstapp

branches/work/kst/portto4/kst/src/libkstapp

by Brisset, Nicolas :: Rate this Message:

| View in Thread

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);
   }
 
_______________________________________________
Kst mailing list
Kst@...
https://mail.kde.org/mailman/listinfo/kst

 « Return to Thread: branches/work/kst/portto4/kst/src/libkstapp