diff options
Diffstat (limited to 'pyanaconda/ui/gui/spokes/keyboard.glade')
-rw-r--r-- | pyanaconda/ui/gui/spokes/keyboard.glade | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyanaconda/ui/gui/spokes/keyboard.glade b/pyanaconda/ui/gui/spokes/keyboard.glade index 1919a14b8..ae44c21d1 100644 --- a/pyanaconda/ui/gui/spokes/keyboard.glade +++ b/pyanaconda/ui/gui/spokes/keyboard.glade @@ -388,7 +388,7 @@ any layout to the top of the list to select it as the default.</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> - <object class="GtkLabel" id="label2"> + <object class="GtkLabel" id="testingLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> @@ -401,7 +401,7 @@ any layout to the top of the list to select it as the default.</property> </packing> </child> <child> - <object class="GtkScrolledWindow" id="scrolledwindow2"> + <object class="GtkScrolledWindow" id="testingWindow"> <property name="height_request">100</property> <property name="visible">True</property> <property name="can_focus">True</property> @@ -421,7 +421,7 @@ any layout to the top of the list to select it as the default.</property> </packing> </child> <child> - <object class="GtkLabel" id="layoutSwitchButton"> + <object class="GtkLabel" id="layoutSwitchLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">end</property> |