summaryrefslogtreecommitdiffstats
path: root/tests/ttk/vsapi.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ttk/vsapi.test')
-rw-r--r--tests/ttk/vsapi.test22
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/ttk/vsapi.test b/tests/ttk/vsapi.test
index 076a815..02f6309 100644
--- a/tests/ttk/vsapi.test
+++ b/tests/ttk/vsapi.test
@@ -11,7 +11,7 @@ testConstraint xpnative \
test vsapi-1.1 "WINDOW WP_SMALLCLOSEBUTTON" -constraints {xpnative} -body {
ttk::style element create smallclose vsapi \
- WINDOW 19 {disabled 4 pressed 3 active 2 {} 1}
+ WINDOW 19 {disabled 4 pressed 3 active 2 {} 1}
ttk::style layout CloseButton {CloseButton.smallclose -sticky news}
ttk::button .b -style CloseButton
pack .b -expand true -fill both
@@ -20,14 +20,14 @@ test vsapi-1.1 "WINDOW WP_SMALLCLOSEBUTTON" -constraints {xpnative} -body {
test vsapi-1.2 "EXPLORERBAR EBP_HEADERPIN" -constraints {xpnative} -body {
ttk::style element create pin vsapi \
- EXPLORERBAR 3 {
- {pressed !selected} 3
- {active !selected} 2
- {pressed selected} 6
- {active selected} 5
- {selected} 4
- {} 1
- }
+ EXPLORERBAR 3 {
+ {pressed !selected} 3
+ {active !selected} 2
+ {pressed selected} 6
+ {active selected} 5
+ {selected} 4
+ {} 1
+ }
ttk::style layout Explorer.Pin {Explorer.Pin.pin -sticky news}
ttk::checkbutton .pin -style Explorer.Pin
pack .pin -expand true -fill both
@@ -36,9 +36,9 @@ test vsapi-1.2 "EXPLORERBAR EBP_HEADERPIN" -constraints {xpnative} -body {
test vsapi-1.3 "EXPLORERBAR EBP_HEADERCLOSE" -constraints {xpnative} -body {
ttk::style element create headerclose vsapi \
- EXPLORERBAR 2 {pressed 3 active 2 {} 1}
+ EXPLORERBAR 2 {pressed 3 active 2 {} 1}
ttk::style layout Explorer.CloseButton {
- Explorer.CloseButton.headerclose -sticky news
+ Explorer.CloseButton.headerclose -sticky news
}
ttk::button .b -style Explorer.CloseButton
pack .b -expand true -fill both