[Pkg-cli-apps-commits] [SCM] pinta branch, master, updated. debian/0.4+dfsg-1-8-g7aaf558

Maia Kozheva sikon at ubuntu.com
Tue Jul 27 10:42:46 UTC 2010


The following commit has been merged in the master branch:
commit 93a5b7d83c740d9efb85a4fd648af8308eec028d
Author: Maia Kozheva <sikon at ubuntu.com>
Date:   Tue Jul 27 17:22:21 2010 +0700

    Force tool toolbar to fixed size

diff --git a/debian/patches/series b/debian/patches/series
index 7836794..a79094a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 cairo_1.9_flush_markdirty.patch
 double_save_exception.patch
 tools_exceptions_and_history_corruption.patch
+tool_toolbar_fixed_size.patch
diff --git a/debian/patches/tool_toolbar_fixed_size.patch b/debian/patches/tool_toolbar_fixed_size.patch
new file mode 100644
index 0000000..c4c4efd
--- /dev/null
+++ b/debian/patches/tool_toolbar_fixed_size.patch
@@ -0,0 +1,20 @@
+Description: Force tool toolbar to fixed size
+ Backported from upstream master. Fixes the size of the tool toolbar, since
+ users have found the dynamically resizing toolbar in 0.4 annoying (and it
+ does not mesh well with the font selector dropdown box).
+Origin: upstream, http://github.com/jpobst/Pinta/commit/36a911afe9c1fc38feaafc558314c037d0abe6e2
+Author: Maia Kozheva <sikon at ubuntu.com>
+–––
+Index: pinta/Pinta/MainWindow.cs
+===================================================================
+--- pinta.orig/Pinta/MainWindow.cs	2010-07-27 17:16:31.843270588 +0700
++++ pinta/Pinta/MainWindow.cs	2010-07-27 17:17:02.123267996 +0700
+@@ -313,6 +313,8 @@
+ 			
+ 			if (Platform.GetOS () == Platform.OS.Windows)
+ 				tool_toolbar.HeightRequest = 28;
++			else
++				tool_toolbar.HeightRequest = 42;
+ 
+ 			shell.PackStart (tool_toolbar, false, false, 0);
+ 		}

-- 
pinta



More information about the Pkg-cli-apps-commits mailing list