summarylogtreecommitdiffstats
path: root/zoom_gui_command.patch
diff options
context:
space:
mode:
authorClemens Brunner2016-12-20 14:01:49 +0100
committerClemens Brunner2016-12-20 14:01:49 +0100
commitc4e3f5e25441bf69270820d713a43d3b2222c761 (patch)
tree5c62f904bd0e80b7abe893542be72ceef0220f45 /zoom_gui_command.patch
downloadaur-c4e3f5e25441bf69270820d713a43d3b2222c761.tar.gz
Initial version
Diffstat (limited to 'zoom_gui_command.patch')
-rw-r--r--zoom_gui_command.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/zoom_gui_command.patch b/zoom_gui_command.patch
new file mode 100644
index 000000000000..c2b1ee726dd1
--- /dev/null
+++ b/zoom_gui_command.patch
@@ -0,0 +1,13 @@
+--- src/gui_impl/commands/zoom_gui_command.h
++++ src/gui_impl/commands/zoom_gui_command.h
+@@ -57,8 +57,8 @@
+ //-------------------------------------------------------------------------
+ float32 minPixelPerSample ();
+
+- static float const ZOOM_FACTOR_ = 2;
+- static float const MAX_HORIZONTAL_ZOOM_IN_ = 32;
++ static int const ZOOM_FACTOR_ = 2;
++ static int const MAX_HORIZONTAL_ZOOM_IN_ = 32;
+
+ static QString const GOTO_;
+ static QString const ZOOM_IN_VERTICAL_;