[gnome-builder/wip/vim] prefs: stub out some git info widgets
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/vim] prefs: stub out some git info widgets
- Date: Fri, 3 Oct 2014 10:11:49 +0000 (UTC)
commit 3de780cbc8f4ea9457c33dacff7f7120ebbf3017
Author: Christian Hergert <christian hergert me>
Date: Fri Oct 3 03:07:49 2014 -0700
prefs: stub out some git info widgets
src/resources/ui/gb-preferences-window.ui | 54 +++++++++++++++++++++++++++++
1 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/src/resources/ui/gb-preferences-window.ui b/src/resources/ui/gb-preferences-window.ui
index 8d9c333..51333e4 100644
--- a/src/resources/ui/gb-preferences-window.ui
+++ b/src/resources/ui/gb-preferences-window.ui
@@ -108,6 +108,8 @@
<child>
<object class="GtkGrid" id="editor_grid">
<property name="visible">True</property>
+ <property name="row-spacing">6</property>
+ <property name="column-spacing">12</property>
<child>
<object class="GtkLabel" id="vim_label">
<property name="visible">True</property>
@@ -143,6 +145,58 @@
<child>
<object class="GtkGrid" id="git_grid">
<property name="visible">True</property>
+ <property name="row-spacing">6</property>
+ <property name="column-spacing">12</property>
+ <child>
+ <object class="GtkLabel" id="git_author_name_label">
+ <property name="visible">True</property>
+ <property name="halign">start</property>
+ <property name="label" translatable="Yes">Author Name</property>
+ </object>
+ <packing>
+ <property name="left-attach">0</property>
+ <property name="width">1</property>
+ <property name="top-attach">0</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkEntry" id="git_author_name_entry">
+ <property name="visible">True</property>
+ <property name="hexpand">True</property>
+ </object>
+ <packing>
+ <property name="left-attach">1</property>
+ <property name="width">1</property>
+ <property name="top-attach">0</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="git_author_email_label">
+ <property name="visible">True</property>
+ <property name="halign">start</property>
+ <property name="label" translatable="Yes">Author Email</property>
+ </object>
+ <packing>
+ <property name="left-attach">0</property>
+ <property name="width">1</property>
+ <property name="top-attach">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkEntry" id="git_author_email_entry">
+ <property name="visible">True</property>
+ <property name="hexpand">True</property>
+ </object>
+ <packing>
+ <property name="left-attach">1</property>
+ <property name="width">1</property>
+ <property name="top-attach">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
</object>
<packing>
<property name="name">git</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]