fixed some icon names
This commit is contained in:
parent
f31632c8c8
commit
316e91cfcf
|
@ -90,7 +90,7 @@ def _pair_device(action, frame):
|
|||
pair_dialog.present()
|
||||
|
||||
def pair(frame):
|
||||
return make('add', 'Pair new device', _pair_device, frame)
|
||||
return make('list-add', 'Pair new device', _pair_device, frame)
|
||||
|
||||
|
||||
def _unpair_device(action, frame):
|
||||
|
|
|
@ -79,7 +79,7 @@ def _make_receiver_box(name):
|
|||
if active:
|
||||
GObject.timeout_add(50, _update_info_label, f)
|
||||
|
||||
toggle_info_action = _action.make_toggle('info', 'Details', _toggle_info_label, frame)
|
||||
toggle_info_action = _action.make_toggle('dialog-information', 'Details', _toggle_info_label, frame)
|
||||
toolbar.insert(toggle_info_action.create_tool_item(), 0)
|
||||
toolbar.insert(_action.pair(frame).create_tool_item(), -1)
|
||||
# toolbar.insert(ui.action.about.create_tool_item(), -1)
|
||||
|
@ -211,7 +211,7 @@ def _make_device_box(index):
|
|||
if active:
|
||||
GObject.timeout_add(30, _config_panel.update, f)
|
||||
|
||||
toggle_info_action = _action.make_toggle('info', 'Details', _toggle_info_label, frame)
|
||||
toggle_info_action = _action.make_toggle('dialog-information', 'Details', _toggle_info_label, frame)
|
||||
toolbar.insert(toggle_info_action.create_tool_item(), 0)
|
||||
toggle_config_action = _action.make_toggle('preferences-system', 'Configuration', _toggle_config, frame)
|
||||
toolbar.insert(toggle_config_action.create_tool_item(), -1)
|
||||
|
|
Loading…
Reference in New Issue