diff options
Diffstat (limited to 'rcm-client.ui')
-rw-r--r-- | rcm-client.ui | 212 |
1 files changed, 195 insertions, 17 deletions
diff --git a/rcm-client.ui b/rcm-client.ui index 5a2495f..cd64a21 100644 --- a/rcm-client.ui +++ b/rcm-client.ui @@ -127,10 +127,10 @@ Currently connected receivers/transmitters</property> <child internal-child="vbox"> <object class="GtkBox" id="edit_button_vbox"> <property name="can_focus">False</property> - <property name="margin_left">12</property> - <property name="margin_right">12</property> - <property name="margin_top">12</property> - <property name="margin_bottom">12</property> + <property name="margin_left">18</property> + <property name="margin_right">18</property> + <property name="margin_top">18</property> + <property name="margin_bottom">18</property> <property name="orientation">vertical</property> <property name="spacing">2</property> <child internal-child="action_area"> @@ -188,7 +188,7 @@ Currently connected receivers/transmitters</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_bottom">12</property> - <property name="row_spacing">12</property> + <property name="row_spacing">6</property> <property name="column_spacing">12</property> <child> <object class="GtkImage" id="edit_button_icon"> @@ -207,8 +207,9 @@ Currently connected receivers/transmitters</property> <child> <object class="GtkLabel" id="edit_button_keycode_label"> <property name="visible">True</property> + <property name="sensitive">False</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Keycode:</property> + <property name="label" translatable="yes">Keycode</property> <property name="xalign">1</property> </object> <packing> @@ -219,8 +220,9 @@ Currently connected receivers/transmitters</property> <child> <object class="GtkLabel" id="edit_button_comment_label"> <property name="visible">True</property> + <property name="sensitive">False</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Comment:</property> + <property name="label" translatable="yes">Comment</property> <property name="xalign">1</property> </object> <packing> @@ -265,6 +267,177 @@ Currently connected receivers/transmitters</property> <action-widget response="0">edit_button_cancel</action-widget> </action-widgets> </object> + <object class="GtkDialog" id="hardware_properties"> + <property name="can_focus">False</property> + <property name="title" translatable="yes">Hardware Properties</property> + <property name="modal">True</property> + <property name="destroy_with_parent">True</property> + <property name="type_hint">normal</property> + <property name="transient_for">main_window</property> + <child internal-child="vbox"> + <object class="GtkBox" id="hardware_properties_vbox"> + <property name="can_focus">False</property> + <property name="margin_left">18</property> + <property name="margin_right">18</property> + <property name="margin_top">18</property> + <property name="margin_bottom">18</property> + <property name="orientation">vertical</property> + <property name="spacing">2</property> + <child internal-child="action_area"> + <object class="GtkButtonBox" id="hardware_properties_action_area"> + <property name="can_focus">False</property> + <property name="layout_style">end</property> + <child> + <object class="GtkButton" id="hardware_properties_ok"> + <property name="label" translatable="yes">OK</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + </object> + <packing> + <property name="expand">True</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkGrid" id="hardware_properties_grid"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="margin_bottom">12</property> + <property name="row_spacing">6</property> + <property name="column_spacing">12</property> + <child> + <object class="GtkImage" id="hardware_properties_icon"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="xalign">0</property> + <property name="yalign">0</property> + <property name="icon_name">input-dialpad</property> + <property name="icon_size">6</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">0</property> + <property name="height">4</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="hardware_properties_dev_label"> + <property name="visible">True</property> + <property name="sensitive">False</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">Device</property> + <property name="xalign">1</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">0</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="hardware_properties_desc_label"> + <property name="visible">True</property> + <property name="sensitive">False</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">Description</property> + <property name="xalign">1</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">1</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="hardware_properties_driver_label"> + <property name="visible">True</property> + <property name="sensitive">False</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">Driver</property> + <property name="xalign">1</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">2</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="hardware_properties_kernelmap_label"> + <property name="visible">True</property> + <property name="sensitive">False</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">Kernel keymap</property> + <property name="xalign">1</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">3</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="hardware_properties_dev_value"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="xalign">0</property> + </object> + <packing> + <property name="left_attach">2</property> + <property name="top_attach">0</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="hardware_properties_desc_value"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="xalign">0</property> + </object> + <packing> + <property name="left_attach">2</property> + <property name="top_attach">1</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="hardware_properties_driver_value"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="xalign">0</property> + </object> + <packing> + <property name="left_attach">2</property> + <property name="top_attach">2</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="hardware_properties_kernelmap_value"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="xalign">0</property> + </object> + <packing> + <property name="left_attach">2</property> + <property name="top_attach">3</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + </object> + </child> + <action-widgets> + <action-widget response="0">hardware_properties_ok</action-widget> + </action-widgets> + </object> <object class="GtkDialog" id="keymap_properties"> <property name="can_focus">False</property> <property name="title" translatable="yes">Keymap Properties</property> @@ -276,10 +449,10 @@ Currently connected receivers/transmitters</property> <object class="GtkBox" id="keymap_properties_vbox"> <property name="can_focus">False</property> <property name="halign">baseline</property> - <property name="margin_left">12</property> - <property name="margin_right">12</property> - <property name="margin_top">12</property> - <property name="margin_bottom">12</property> + <property name="margin_left">18</property> + <property name="margin_right">18</property> + <property name="margin_top">18</property> + <property name="margin_bottom">18</property> <property name="orientation">vertical</property> <property name="spacing">2</property> <child internal-child="action_area"> @@ -324,7 +497,7 @@ Currently connected receivers/transmitters</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_bottom">12</property> - <property name="row_spacing">12</property> + <property name="row_spacing">6</property> <property name="column_spacing">12</property> <child> <object class="GtkImage" id="keymap_properties_icon"> @@ -343,8 +516,9 @@ Currently connected receivers/transmitters</property> <child> <object class="GtkLabel" id="keymap_properties_id_label"> <property name="visible">True</property> + <property name="sensitive">False</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">ID:</property> + <property name="label" translatable="yes">ID</property> <property name="xalign">1</property> </object> <packing> @@ -355,8 +529,9 @@ Currently connected receivers/transmitters</property> <child> <object class="GtkLabel" id="keymap_properties_name_label"> <property name="visible">True</property> + <property name="sensitive">False</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Name:</property> + <property name="label" translatable="yes">Name</property> <property name="xalign">1</property> </object> <packing> @@ -367,8 +542,9 @@ Currently connected receivers/transmitters</property> <child> <object class="GtkLabel" id="keymap_properties_description_label"> <property name="visible">True</property> + <property name="sensitive">False</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Description:</property> + <property name="label" translatable="yes">Description</property> <property name="xalign">1</property> </object> <packing> @@ -379,8 +555,9 @@ Currently connected receivers/transmitters</property> <child> <object class="GtkLabel" id="keymap_properties_width_label"> <property name="visible">True</property> + <property name="sensitive">False</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Width:</property> + <property name="label" translatable="yes">Width</property> <property name="xalign">1</property> </object> <packing> @@ -391,8 +568,9 @@ Currently connected receivers/transmitters</property> <child> <object class="GtkLabel" id="keymap_properties_height_label"> <property name="visible">True</property> + <property name="sensitive">False</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Height:</property> + <property name="label" translatable="yes">Height</property> <property name="xalign">1</property> </object> <packing> |