From b926079fd51c097e4f869fd716a3fc8ba3da877a Mon Sep 17 00:00:00 2001
From: Alessandro Ranellucci <aar@cpan.org>
Date: Fri, 4 Jul 2014 12:04:42 +0200
Subject: [PATCH] Enlarge the Z slider in the cut dialog

---
 lib/Slic3r/GUI/Plater/ObjectCutDialog.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/Slic3r/GUI/Plater/ObjectCutDialog.pm b/lib/Slic3r/GUI/Plater/ObjectCutDialog.pm
index 08eb427d1..4e2d13561 100644
--- a/lib/Slic3r/GUI/Plater/ObjectCutDialog.pm
+++ b/lib/Slic3r/GUI/Plater/ObjectCutDialog.pm
@@ -43,6 +43,7 @@ sub new {
         default     => $self->{cut_options}{z},
         min         => 0,
         max         => $self->{model_object}->bounding_box->size->z,
+        full_width  => 1,
     ));
     {
         my $line = Slic3r::GUI::OptionsGroup::Line->new(