Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: setup/setup.ui

Issue 1784007: Merge xkb related changes. (Closed) Base URL: ssh://git@chromiumos-git/ibus.git
Patch Set: Revert the default values of some configs. Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <interface> 2 <interface>
3 <requires lib="gtk+" version="2.14"/> 3 <requires lib="gtk+" version="2.14"/>
4 <!-- interface-naming-policy toplevel-contextual --> 4 <!-- interface-naming-policy toplevel-contextual -->
5 <object class="GtkListStore" id="model_candidates_orientation"> 5 <object class="GtkListStore" id="model_candidates_orientation">
6 <columns> 6 <columns>
7 <!-- column-name gchararray --> 7 <!-- column-name gchararray -->
8 <column type="gchararray"/> 8 <column type="gchararray"/>
9 </columns> 9 </columns>
10 <data> 10 <data>
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 <packing> 125 <packing>
126 <property name="top_attach">1</property> 126 <property name="top_attach">1</property>
127 <property name="bottom_attach">2</property> 127 <property name="bottom_attach">2</property>
128 <property name="x_options">GTK_FILL</propert y> 128 <property name="x_options">GTK_FILL</propert y>
129 <property name="y_options">GTK_FILL</propert y> 129 <property name="y_options">GTK_FILL</propert y>
130 </packing> 130 </packing>
131 </child> 131 </child>
132 <child> 132 <child>
133 <object class="GtkLabel" id="label9"> 133 <object class="GtkLabel" id="label9">
134 <property name="visible">True</property> 134 <property name="visible">True</property>
135 <property name="sensitive">False</property>
136 <property name="tooltip_text" translatable=" yes">The shortcut keys for switching to previous input method in the list</prope rty> 135 <property name="tooltip_text" translatable=" yes">The shortcut keys for switching to previous input method in the list</prope rty>
137 <property name="xalign">0</property> 136 <property name="xalign">0</property>
138 <property name="label" translatable="yes">Pr evious input method:</property> 137 <property name="label" translatable="yes">Pr evious input method:</property>
139 </object> 138 </object>
140 <packing> 139 <packing>
141 <property name="top_attach">2</property> 140 <property name="top_attach">2</property>
142 <property name="bottom_attach">3</property> 141 <property name="bottom_attach">3</property>
143 <property name="x_options">GTK_FILL</propert y> 142 <property name="x_options">GTK_FILL</propert y>
144 <property name="y_options">GTK_FILL</propert y> 143 <property name="y_options">GTK_FILL</propert y>
145 </packing> 144 </packing>
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 <property name="bottom_attach">2</property> 211 <property name="bottom_attach">2</property>
213 </packing> 212 </packing>
214 </child> 213 </child>
215 <child> 214 <child>
216 <object class="GtkHBox" id="hbox6"> 215 <object class="GtkHBox" id="hbox6">
217 <property name="visible">True</property> 216 <property name="visible">True</property>
218 <property name="spacing">6</property> 217 <property name="spacing">6</property>
219 <child> 218 <child>
220 <object class="GtkEntry" id="entry_prev_en gine"> 219 <object class="GtkEntry" id="entry_prev_en gine">
221 <property name="visible">True</property> 220 <property name="visible">True</property>
222 <property name="sensitive">False</proper ty>
223 <property name="can_focus">True</propert y> 221 <property name="can_focus">True</propert y>
224 <property name="editable">False</propert y> 222 <property name="editable">False</propert y>
225 </object> 223 </object>
226 <packing> 224 <packing>
227 <property name="position">0</property> 225 <property name="position">0</property>
228 </packing> 226 </packing>
229 </child> 227 </child>
230 <child> 228 <child>
231 <object class="GtkButton" id="button_prev_ engine"> 229 <object class="GtkButton" id="button_prev_ engine">
232 <property name="label" translatable="yes ">...</property> 230 <property name="label" translatable="yes ">...</property>
233 <property name="visible">True</property> 231 <property name="visible">True</property>
234 <property name="sensitive">False</proper ty>
235 <property name="can_focus">True</propert y> 232 <property name="can_focus">True</propert y>
236 <property name="receives_default">False< /property> 233 <property name="receives_default">False< /property>
237 <property name="use_underline">True</pro perty> 234 <property name="use_underline">True</pro perty>
238 </object> 235 </object>
239 <packing> 236 <packing>
240 <property name="expand">False</property> 237 <property name="expand">False</property>
241 <property name="position">1</property> 238 <property name="position">1</property>
242 </packing> 239 </packing>
243 </child> 240 </child>
244 </object> 241 </object>
(...skipping 694 matching lines...) Expand 10 before | Expand all | Expand 10 after
939 </object> 936 </object>
940 <packing> 937 <packing>
941 <property name="expand">False</property> 938 <property name="expand">False</property>
942 <property name="position">1</property> 939 <property name="position">1</property>
943 </packing> 940 </packing>
944 </child> 941 </child>
945 </object> 942 </object>
946 </child> 943 </child>
947 </object> 944 </object>
948 </interface> 945 </interface>
OLDNEW
« bus/ibusimpl.c ('K') | « setup/main.py ('k') | ui/gtk/panel.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698