File tree 2 files changed +13
-13
lines changed
2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 403
403
Orientation=" Horizontal"
404
404
Spacing=" 4" >
405
405
406
- <Button
406
+ <!-- < Button
407
407
x:Name="SyncFolderUp"
408
408
Height="24"
409
409
Padding="8,0,8,0"
429
429
<Button.Content>
430
430
<FontIcon FontSize="12" Glyph="" />
431
431
</Button.Content>
432
- </Button >
432
+ </Button>-->
433
433
434
434
<SplitButton
435
435
x:Name=" ToggleTerminal"
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 x : Name =" TerminalRow" Height =" 0" />
204
203
<RowDefinition Height =" Auto" MinHeight =" 8" />
204
+ <RowDefinition x : Name =" TerminalRow" Height =" 0" />
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
-
267
258
<!-- Status Bar -->
268
259
<uc : StatusBar
269
260
x:Name=" StatusBar"
270
- Grid.Row=" 5 "
261
+ Grid.Row=" 4 "
271
262
Grid.ColumnSpan=" 3"
272
263
x:Load=" False"
273
264
ShowInfoText=" {x:Bind SidebarAdaptiveViewModel.PaneHolder.ActivePaneOrColumn.InstanceViewModel.IsPageTypeNotHome, Mode=OneWay}"
274
265
Visibility=" {x:Bind SidebarAdaptiveViewModel.PaneHolder.ActivePaneOrColumn.InstanceViewModel.IsPageTypeNotHome, Mode=OneWay}" />
275
266
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