Preferences window fixes, top most and no taskbar.
authorGeorge Pantazis <gpant@noc.grnet.gr>
Mon, 2 Jul 2012 10:40:14 +0000 (13:40 +0300)
committerGeorge Pantazis <gpant@noc.grnet.gr>
Mon, 2 Jul 2012 10:40:14 +0000 (13:40 +0300)
Signed-off-by: George Pantazis <gpant@noc.grnet.gr>

trunk/Pithos.Client.WPF/Preferences/PreferencesView.xaml
trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs

index 2115f04..9d395df 100644 (file)
@@ -6,11 +6,12 @@
         xmlns:Converters="clr-namespace:Pithos.Client.WPF.Converters" 
         x:Name="TheView"
         Title="Pithos+ Preferences" Height="436" Width="732" 
-        ShowInTaskbar="true"
         WindowStartupLocation="CenterScreen"
         Icon="/PithosPlus;component/Images/PithosTaskbar.png"
         WindowStyle="ToolWindow"
         ResizeMode="NoResize"
+        Topmost="True"
+        ShowInTaskbar="False"
         Background="White">
         
         <!-- Background="{StaticResource {x:Static SystemColors.ControlBrushKey}}"> -->
index 2bd73ed..8630a78 100644 (file)
@@ -93,5 +93,5 @@ using System.Windows;
 // You can specify all the values or you can default the Build and Revision Numbers 
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.7.20702.4")]
-[assembly: AssemblyFileVersionAttribute("0.7.20702.4")]
+[assembly: AssemblyVersion("0.7.20702.5")]
+[assembly: AssemblyFileVersionAttribute("0.7.20702.5")]