[iagno] Fix padding around scoreboard
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [iagno] Fix padding around scoreboard
- Date: Thu, 6 Mar 2014 01:50:21 +0000 (UTC)
commit 71f0b55aa9a85a3f765f71715019e6e46940625d
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Wed Mar 5 19:49:30 2014 -0600
Fix padding around scoreboard
src/iagno.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/iagno.vala b/src/iagno.vala
index 309f378..b784aa7 100644
--- a/src/iagno.vala
+++ b/src/iagno.vala
@@ -117,7 +117,7 @@ public class Iagno : Gtk.Application
headerbar.show ();
window.set_titlebar (headerbar);
- var hbox = new Gtk.Box (Gtk.Orientation.HORIZONTAL, 6);
+ var hbox = new Gtk.Box (Gtk.Orientation.HORIZONTAL, 0);
hbox.show ();
window.add (hbox);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]