[gtk+] assistant: Drop hardcoded padding
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] assistant: Drop hardcoded padding
- Date: Mon, 15 Jun 2015 01:30:43 +0000 (UTC)
commit cfd85dee03509fa88b1c50326ffad6b0446af326
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Jun 12 06:35:23 2015 -0400
assistant: Drop hardcoded padding
This means the pages themselves will be responsible for setting
suitable padding.
https://bugzilla.gnome.org/show_bug.cgi?id=750631
gtk/ui/gtkassistant.ui | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/ui/gtkassistant.ui b/gtk/ui/gtkassistant.ui
index 59f83c4..a96fa92 100644
--- a/gtk/ui/gtkassistant.ui
+++ b/gtk/ui/gtkassistant.ui
@@ -10,7 +10,7 @@
<child>
<object class="GtkBox" id="main_box">
<property name="visible">True</property>
- <property name="spacing">12</property>
+ <property name="spacing">0</property>
<child>
<object class="GtkFrame" id="sidebar_frame">
<property name="visible">True</property>
@@ -34,9 +34,9 @@
<child>
<object class="GtkBox" id="content_box">
<property name="visible">True</property>
- <property name="border_width">12</property>
+ <property name="border_width">0</property>
<property name="orientation">vertical</property>
- <property name="spacing">12</property>
+ <property name="spacing">0</property>
<child>
<object class="GtkNotebook" id="content">
<property name="visible">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]