Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/Managed.Windows.Forms/System.Windows.Forms/PrintPreviewDialog.cs')
-rw-r--r--mcs/class/Managed.Windows.Forms/System.Windows.Forms/PrintPreviewDialog.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PrintPreviewDialog.cs b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PrintPreviewDialog.cs
index 4b6a43df6e5..5ac9f9383df 100644
--- a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PrintPreviewDialog.cs
+++ b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PrintPreviewDialog.cs
@@ -100,7 +100,7 @@ namespace System.Windows.Forms {
pageUpDown = new NumericUpDown();
toolbar.ImageList = image_list;
- toolbar.Size = new Size(792, 43);
+ toolbar.Size = new Size(792, 26);
toolbar.Dock = DockStyle.Top;
toolbar.Appearance = ToolBarAppearance.Flat;
toolbar.ShowToolTips = true;