diff --git a/Icarus/DispositionPanel/DispositionPanelV.xaml b/Icarus/DispositionPanel/DispositionPanelV.xaml
index 7ad69dc..3574294 100644
--- a/Icarus/DispositionPanel/DispositionPanelV.xaml
+++ b/Icarus/DispositionPanel/DispositionPanelV.xaml
@@ -1,14 +1,16 @@
+ Margin="5,0,0,0">
+
+
@@ -23,26 +25,21 @@
+
-
+ Margin="0,0,0,2.5"
+ Style="{StaticResource LeftPanel_ToggleButton}"/>
+ Style="{StaticResource LeftPanel_Popup_Border}">
@@ -56,132 +53,65 @@
+ VerticalAlignment="Center"/>
+ Grid.Column="1"
+ Margin="5,0,0,0"
+ Style="{StaticResource LeftPanel_TextBox}"/>
+ Margin="0,2.5,0,2.5">
+ VerticalAlignment="Center"/>
+ Grid.Column="1"
+ Margin="5,0,0,0"
+ Style="{StaticResource LeftPanel_TextBox}"/>
+ Margin="0,2.5,0,2.5">
+ VerticalAlignment="Center"/>
+ Grid.Column="1"
+ Margin="5,0,0,0"
+ Style="{StaticResource LeftPanel_TextBox}"/>
+ Margin="0,2.5,0,0">
+ Command="{Binding DragMove_Command}"
+ Style="{StaticResource LeftPanel_TextButton}"/>
-
-
-
+ Margin="0,2.5,0,0"
+ Style="{StaticResource LeftPanel_ToggleButton}"/>
+ Style="{StaticResource LeftPanel_Popup_Border}">
-
+ Text="{Binding sRotAngle, UpdateSourceTrigger=Explicit}"
+ Margin="0,5,0,2.5"/>
+ Margin="0,2.5,0,0">
+ Command="{Binding DragRotate_Command}"
+ Style="{StaticResource LeftPanel_TextButton}"/>
-
diff --git a/Icarus/LeftPanel/LeftPanelV.xaml b/Icarus/LeftPanel/LeftPanelV.xaml
index d96e2dd..085059b 100644
--- a/Icarus/LeftPanel/LeftPanelV.xaml
+++ b/Icarus/LeftPanel/LeftPanelV.xaml
@@ -2,8 +2,7 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:EgtWPFLib5="clr-namespace:EgtWPFLib5;assembly=EgtWPFLib5"
- xmlns:PrintApp="clr-namespace:Icarus"
- Margin="5">
+ xmlns:PrintApp="clr-namespace:Icarus">
diff --git a/Icarus/MainWindow/MainWindowV.xaml b/Icarus/MainWindow/MainWindowV.xaml
index d3eb8a2..854c811 100644
--- a/Icarus/MainWindow/MainWindowV.xaml
+++ b/Icarus/MainWindow/MainWindowV.xaml
@@ -17,7 +17,11 @@
-->
-
+
+
+
+
+
-
+
-
@@ -104,9 +106,11 @@
Visibility="{Binding IsImport_Visibility}">
-
+
-
@@ -117,6 +121,7 @@
diff --git a/Icarus/ProjManager/ProjManagerV.xaml b/Icarus/ProjManager/ProjManagerV.xaml
index b414b6b..183fb0a 100644
--- a/Icarus/ProjManager/ProjManagerV.xaml
+++ b/Icarus/ProjManager/ProjManagerV.xaml
@@ -9,19 +9,21 @@