~andreserl/testdrive-gtk/before-merge-2.7

« back to all changes in this revision

Viewing changes to data/ui/PreferencesTestdrivegtkDialog.ui

  • Committer: Andres Rodriguez
  • Date: 2010-07-03 02:24:57 UTC
  • Revision ID: andreserl@ubuntu.com-20100703022457-k6efn7cdvik9agq0
 * Preferences: Improvements on validating changes, and saving them. Only
   save when there are changes
 * Main UI: Minor improvements on interaction on syncing/launching. Others

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    <property name="width_request">575</property>
8
8
    <property name="height_request">500</property>
9
9
    <property name="border_width">5</property>
 
10
    <property name="window_position">center</property>
10
11
    <property name="icon">../media/icon.png</property>
11
12
    <property name="type_hint">normal</property>
12
13
    <property name="has_separator">False</property>
91
92
                                    <child>
92
93
                                      <object class="GtkLabel" id="label8">
93
94
                                        <property name="width_request">110</property>
94
 
                                        <property name="visible">True</property>
95
95
                                        <property name="xalign">0</property>
96
96
                                        <property name="label" translatable="yes">&lt;b&gt;ISO List Cache:&lt;/b&gt;</property>
97
97
                                        <property name="use_markup">True</property>
108
108
                                        <property name="visible">True</property>
109
109
                                        <property name="can_focus">True</property>
110
110
                                        <property name="invisible_char">&#x25CF;</property>
 
111
                                        <signal name="focus_out_event" handler="on_txt_gral_cache_focus_out_event"/>
111
112
                                      </object>
112
113
                                      <packing>
113
114
                                        <property name="left_attach">1</property>
145
146
                                    <child>
146
147
                                      <object class="GtkEntry" id="txt_iso_list_cache">
147
148
                                        <property name="width_request">250</property>
148
 
                                        <property name="visible">True</property>
149
149
                                        <property name="can_focus">True</property>
150
150
                                        <property name="invisible_char">&#x25CF;</property>
151
151
                                      </object>