[orca] Fix for bug #637662 - The label serving as static text in the Save Profile As dialog should be remov
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Fix for bug #637662 - The label serving as static text in the Save Profile As dialog should be remov
- Date: Mon, 20 Dec 2010 15:08:29 +0000 (UTC)
commit 97fa202766b95c7334ce481d38f5913d955a7a0e
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date: Mon Dec 20 10:05:57 2010 -0500
Fix for bug #637662 - The label serving as static text in the Save Profile As dialog should be removed
src/orca/orca-profile.ui | 47 ++++++++++++---------------------------------
1 files changed, 13 insertions(+), 34 deletions(-)
---
diff --git a/src/orca/orca-profile.ui b/src/orca/orca-profile.ui
index 2cb9bf6..036bad5 100644
--- a/src/orca/orca-profile.ui
+++ b/src/orca/orca-profile.ui
@@ -8,56 +8,35 @@
<property name="modal">True</property>
<property name="type_hint">dialog</property>
<property name="skip_taskbar_hint">True</property>
- <property name="has_separator">False</property>
<signal name="destroy" handler="profileDialogDestroyed"/>
<child internal-child="vbox">
<object class="GtkVBox" id="dialog-vbox1">
<property name="visible">True</property>
<child>
- <object class="GtkVBox" id="vbox1">
+ <object class="GtkHBox" id="hbox1">
<property name="visible">True</property>
<property name="border_width">6</property>
- <property name="spacing">12</property>
<child>
- <object class="GtkHBox" id="hbox1">
+ <object class="GtkLabel" id="profileLabel">
<property name="visible">True</property>
- <property name="border_width">6</property>
- <child>
- <object class="GtkLabel" id="profileLabel">
- <property name="visible">True</property>
- <property name="label" translatable="yes">_Profile Name:</property>
- <property name="use_markup">True</property>
- <property name="use_underline">True</property>
- <property name="mnemonic_widget">profileEntry</property>
- <property name="width_chars">12</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEntry" id="profileEntry">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="invisible_char">●</property>
- <property name="activates_default">True</property>
- </object>
- <packing>
- <property name="position">1</property>
- </packing>
- </child>
+ <property name="label" translatable="yes">_Profile Name:</property>
+ <property name="use_markup">True</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">profileEntry</property>
+ <property name="width_chars">12</property>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
- <object class="GtkLabel" id="profileInfoLabel">
+ <object class="GtkEntry" id="profileEntry">
<property name="visible">True</property>
- <property name="label" translatable="yes">New settings will be saved
-as a new profile.</property>
+ <property name="can_focus">True</property>
+ <property name="invisible_char">â?¢</property>
+ <property name="activates_default">True</property>
</object>
<packing>
<property name="position">1</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]