Bug 94720

Summary: UI buglets in Change Data Samples dialog
Product: [Applications] kst Reporter: D. V. Wiebe <dvw>
Component: generalAssignee: kst
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.0.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description D. V. Wiebe 2004-12-09 01:01:02 UTC
Version:           1.0.0 (using KDE 3.3.1, compiled sources)
Compiler:          gcc version 3.3.4
OS:                Linux (i686) release 2.6.9

1. The default button should not be Clear, but probably Apply.

2. Hitting Apply should not change the selected vectors in the Vectors to change box.  Right now it appears to clear the selections.
Comment 1 George Staikos 2004-12-09 01:31:22 UTC
CVS commit by staikos: 

Set Apply to be the default button.  Can't reproduce problem #1, but it's
probably related.  Please report one bug per bugzilla entry in the future,
thanks.
BUG: 94720


  M +3 -0      changenptsdialog.ui   1.9


--- kdeextragear-2/kst/kst/changenptsdialog.ui  #1.8:1.9
@@ -78,4 +78,7 @@
                         <cstring>Apply</cstring>
                     </property>
+                    <property name="default">
+                        <bool>true</bool>
+                    </property>
                     <property name="text">
                         <string>&amp;Apply</string>