Skip to content

Commit

Permalink
Nothingness
Browse files Browse the repository at this point in the history
  • Loading branch information
ktekinay committed Jul 4, 2015
1 parent 064350b commit 2599758
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Preference Stuff/WndPreferences.xojo_window
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Begin XsEditWindowBase WndPreferences
HasBackColor = False
Height = 54
HelpTag = ""
Index = -2147483648
InitialParent = ""
Left = 0
LockBottom = True
Expand Down Expand Up @@ -79,6 +80,7 @@ Begin XsEditWindowBase WndPreferences
Selectable = False
TabIndex = 1
TabPanelIndex = 0
TabStop = True
Text = "Code Font:"
TextAlign = 0
TextColor = &c00000000
Expand Down Expand Up @@ -145,6 +147,7 @@ Begin XsEditWindowBase WndPreferences
Selectable = False
TabIndex = 3
TabPanelIndex = 0
TabStop = True
Text = "Size:"
TextAlign = 0
TextColor = &c00000000
Expand Down
2 changes: 2 additions & 0 deletions Search Stuff/WndSearch.xojo_window
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ Begin XsEditWindowBase WndSearch
Selectable = False
TabIndex = 7
TabPanelIndex = 0
TabStop = True
Text = "Find:"
TextAlign = 0
TextColor = &c00000000
Expand Down Expand Up @@ -286,6 +287,7 @@ Begin XsEditWindowBase WndSearch
Selectable = False
TabIndex = 8
TabPanelIndex = 0
TabStop = True
Text = "Replace:"
TextAlign = 0
TextColor = &c00000000
Expand Down

0 comments on commit 2599758

Please sign in to comment.