Skip to content

Commit 4286d51

Browse files
committed
fix
1 parent 1cf8aa6 commit 4286d51

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

src/Spec-Gtk/SpVerticalLayoutDirection.extension.st

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,3 @@ SpVerticalLayoutDirection >> applyDirectionConstraintsTo: aWidget constraints: c
77
applyVerticalConstraintsTo: aWidget
88
constraints: constraints
99
]
10-
11-
{ #category : '*Spec-Gtk' }
12-
SpVerticalLayoutDirection >> applyDirectionConstraintsTo: aWidget in: layout [
13-
14-
^ layout applyVerticalConstraintsTo: aWidget
15-
]

src/Spec-Gtk/SpecFormExample.class.st

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ Class {
1717
}
1818

1919
{ #category : 'specs' }
20-
SpecFormExample class >> defaultSpec [
21-
<spec: #grid>
20+
SpecFormExample class >> defaultLayout [
2221

2322
^ SpGridLayout new
2423
add: #textInputLabel at: 1@1;
@@ -36,7 +35,7 @@ SpecFormExample class >> defaultSpec [
3635
SpecFormExample class >> show [
3736
<example>
3837

39-
self new openWithSpec
38+
self new open
4039
]
4140

4241
{ #category : 'accessing ui' }

0 commit comments

Comments
 (0)