File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 200
200
MinHeight=" 100" />
201
201
<RowDefinition Height =" Auto" />
202
202
<RowDefinition x : Name =" PaneRow" Height =" Auto" />
203
- <RowDefinition Height =" Auto" MinHeight =" 8" />
204
203
<RowDefinition x : Name =" TerminalRow" Height =" 0" />
204
+ <RowDefinition Height =" Auto" MinHeight =" 8" />
205
205
</Grid .RowDefinitions>
206
206
<Grid .ColumnDefinitions>
207
207
<ColumnDefinition
255
255
Loaded=" PreviewPane_Loaded"
256
256
Unloaded=" PreviewPane_Unloaded" />
257
257
258
+ <!-- Terminal -->
259
+ <ContentPresenter
260
+ x:Name=" TerminalControl"
261
+ Grid.Row=" 4"
262
+ Grid.ColumnSpan=" 3"
263
+ Margin=" 0,4,0,4"
264
+ Content=" {x:Bind ViewModel.ActiveTerminal, Mode=OneWay}"
265
+ Visibility=" {x:Bind ViewModel.IsTerminalViewOpen, Mode=OneWay}" />
266
+
258
267
<!-- Status Bar -->
259
268
<uc : StatusBar
260
269
x:Name=" StatusBar"
261
- Grid.Row=" 4 "
270
+ Grid.Row=" 5 "
262
271
Grid.ColumnSpan=" 3"
263
272
x:Load=" False"
264
273
ShowInfoText=" {x:Bind SidebarAdaptiveViewModel.PaneHolder.ActivePaneOrColumn.InstanceViewModel.IsPageTypeNotHome, Mode=OneWay}"
265
274
Visibility=" {x:Bind SidebarAdaptiveViewModel.PaneHolder.ActivePaneOrColumn.InstanceViewModel.IsPageTypeNotHome, Mode=OneWay}" />
266
275
267
- <!-- Terminal -->
268
- <ContentPresenter
269
- x:Name=" TerminalControl"
270
- Grid.Row=" 5"
271
- Grid.ColumnSpan=" 3"
272
- Margin=" 0,0,0,8"
273
- Content=" {x:Bind ViewModel.ActiveTerminal, Mode=OneWay}"
274
- Visibility=" {x:Bind ViewModel.IsTerminalViewOpen, Mode=OneWay}" />
275
-
276
276
<i : Interaction .Behaviors>
277
277
<icore : DataTriggerBehavior
278
278
Binding=" {x:Bind ViewModel.IsTerminalViewOpen, Mode=OneWay}"
You can’t perform that action at this time.
0 commit comments