aboutsummaryrefslogtreecommitdiffstats
path: root/gpe-sketchbook/gpe-sketchbook-0.2.8/sketchbook-size.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gpe-sketchbook/gpe-sketchbook-0.2.8/sketchbook-size.patch')
-rw-r--r--gpe-sketchbook/gpe-sketchbook-0.2.8/sketchbook-size.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/gpe-sketchbook/gpe-sketchbook-0.2.8/sketchbook-size.patch b/gpe-sketchbook/gpe-sketchbook-0.2.8/sketchbook-size.patch
index e69de29bb2..aecf857e30 100644
--- a/gpe-sketchbook/gpe-sketchbook-0.2.8/sketchbook-size.patch
+++ b/gpe-sketchbook/gpe-sketchbook-0.2.8/sketchbook-size.patch
@@ -0,0 +1,17 @@
+Index: src/sketchpad.c
+===================================================================
+RCS file: /cvs/gpe/base/gpe-sketchbook/src/sketchpad.c,v
+retrieving revision 1.30
+diff -r1.30 sketchpad.c
+74,75c74,75
+< drawing_area_width = SKETCH_WIDTH;
+< drawing_area_height = SKETCH_HEIGHT;
+---
+> drawing_area_width = gdk_screen_width() - 26; //SKETCH_WIDTH;
+> drawing_area_height = gdk_screen_height() - 130; // SKETCH_HEIGHT;
+202,203c202,203
+< drawing_area_width = SKETCH_WIDTH;
+< drawing_area_height = SKETCH_HEIGHT;
+---
+> drawing_area_width = gdk_screen_width() - 26; //SKETCH_WIDTH;
+> drawing_area_height = gdk_screen_height() - 130; // SKETCH_HEIGHT;