← Back to team overview

elementaryart team mailing list archive

[Merge] lp:~victored/granite/about-icon-padding-fix into lp:granite

 

Victor Eduardo has proposed merging lp:~victored/granite/about-icon-padding-fix into lp:granite.

Requested reviews:
  xapantu (xapantu)

For more details, see:
https://code.launchpad.net/~victored/granite/about-icon-padding-fix/+merge/90169
-- 
https://code.launchpad.net/~victored/granite/about-icon-padding-fix/+merge/90169
Your team elementaryart (old) is subscribed to branch lp:granite.
=== modified file 'lib/GtkPatch/AboutDialog.vala'
--- lib/GtkPatch/AboutDialog.vala	2012-01-22 21:58:47 +0000
+++ lib/GtkPatch/AboutDialog.vala	2012-01-25 17:51:24 +0000
@@ -286,7 +286,7 @@
         content_area.pack_start(content_hbox, true, true, 0);
 
         logo_image = new Image();
-        logo_vbox.pack_start(logo_image, false, false, 0);
+        logo_vbox.pack_start(logo_image, false, false, 12);
         logo_vbox.pack_end(new Box(Orientation.VERTICAL, 0), true, true, 0);
 
         // Adjust sizes


Follow ups