[gitg] Tweak the clone dialog a bit
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] Tweak the clone dialog a bit
- Date: Mon, 1 Apr 2013 14:05:35 +0000 (UTC)
commit 34b64c3978203f3013c976b79222a23068bd7bef
Author: Paolo Borelli <pborelli gnome org>
Date: Mon Apr 1 16:01:36 2013 +0200
Tweak the clone dialog a bit
gitg/resources/ui/gitg-clone-dialog.ui | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/gitg/resources/ui/gitg-clone-dialog.ui b/gitg/resources/ui/gitg-clone-dialog.ui
index 39d6f95..6c049fb 100644
--- a/gitg/resources/ui/gitg-clone-dialog.ui
+++ b/gitg/resources/ui/gitg-clone-dialog.ui
@@ -2,8 +2,6 @@
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="dialog-clone">
- <property name="width_request">300</property>
- <property name="height_request">200</property>
<property name="can_focus">False</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">Clone Repository...</property>
@@ -65,7 +63,10 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">URL:</property>
+ <property name="xalign">1</property>
+ <property name="label" translatable="yes">Remote _URL:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">entry-url</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -76,6 +77,7 @@
</child>
<child>
<object class="GtkEntry" id="entry-url">
+ <property name="width_request">350</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hexpand">True</property>
@@ -91,7 +93,10 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Location:</property>
+ <property name="xalign">1</property>
+ <property name="label" translatable="yes">_Local Folder:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">filechooserbutton-location</property>
</object>
<packing>
<property name="left_attach">0</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]