[network-manager-openvpn] properties: make glade-3 happy by adding VBox 'orientation' properties
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-openvpn] properties: make glade-3 happy by adding VBox 'orientation' properties
- Date: Thu, 25 Feb 2010 20:52:00 +0000 (UTC)
commit 4d2d4d79ec19ce8f46a8bf98ba3c241c75b7e3e1
Author: Dan Williams <dcbw redhat com>
Date: Thu Feb 25 11:08:49 2010 -0800
properties: make glade-3 happy by adding VBox 'orientation' properties
properties/nm-openvpn-dialog.glade | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/properties/nm-openvpn-dialog.glade b/properties/nm-openvpn-dialog.glade
index fe47622..6c36073 100644
--- a/properties/nm-openvpn-dialog.glade
+++ b/properties/nm-openvpn-dialog.glade
@@ -8,10 +8,12 @@
<widget class="GtkVBox" id="openvpn-vbox">
<property name="visible">True</property>
<property name="border_width">12</property>
+ <property name="orientation">vertical</property>
<property name="spacing">16</property>
<child>
<widget class="GtkVBox" id="vbox8">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
<widget class="GtkLabel" id="label22">
@@ -83,6 +85,7 @@
<child>
<widget class="GtkVBox" id="vbox11">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
<widget class="GtkLabel" id="label25">
@@ -835,7 +838,6 @@
<widget class="GtkImage" id="image1">
<property name="visible">True</property>
<property name="stock">gtk-preferences</property>
- <property name="icon-size">4</property>
</widget>
<packing>
<property name="expand">False</property>
@@ -883,6 +885,7 @@
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox1">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<property name="spacing">2</property>
<child>
<widget class="GtkNotebook" id="options_notebook">
@@ -892,6 +895,7 @@
<widget class="GtkVBox" id="vbox1">
<property name="visible">True</property>
<property name="border_width">12</property>
+ <property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
<widget class="GtkHBox" id="hbox1">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]