Ver código fonte

Fix to screen size

Kenric Nugteren 1 ano atrás
pai
commit
453b52277a

+ 1 - 1
prs.desktop/Panels/Reservation Management/StockSelectionPage.xaml

@@ -7,7 +7,7 @@
         xmlns:wpf="clr-namespace:InABox.Wpf;assembly=InABox.Wpf"
         xmlns:WPF="clr-namespace:InABox.WPF;assembly=InABox.Wpf"
         mc:Ignorable="d" Title="Requisition Stock for Line"
-        Height="500" Width="1000"
+        Height="500" Width="1400"
                     x:Name="Window">
     <wpf:ThemableWindow.Resources>
         <WPF:BooleanToVisibilityConverter x:Key="boolToVisibilityConverter" TrueValue="Visible" FalseValue="Collapsed"/>