diff options
Diffstat (limited to 'panels/microphone/cc-microphone-panel.ui')
-rw-r--r-- | panels/microphone/cc-microphone-panel.ui | 128 |
1 files changed, 128 insertions, 0 deletions
diff --git a/panels/microphone/cc-microphone-panel.ui b/panels/microphone/cc-microphone-panel.ui new file mode 100644 index 0000000..04f943b --- /dev/null +++ b/panels/microphone/cc-microphone-panel.ui @@ -0,0 +1,128 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.18.1 --> +<interface> + <requires lib="gtk+" version="3.14"/> + <template class="CcMicrophonePanel" parent="CcPanel"> + <property name="visible">True</property> + <child> + <object class="GtkStack" id="stack"> + <property name="visible">true</property> + <child> + <object class="GtkBox"> + <property name="visible">true</property> + <property name="orientation">vertical</property> + <property name="valign">center</property> + <child> + <object class="GtkImage"> + <property name="visible">true</property> + <property name="valign">start</property> + <property name="pixel-size">96</property> + <property name="icon-name">microphone-disabled-symbolic</property> + <style> + <class name="dim-label"/> + </style> + </object> + <packing> + <property name="fill">0</property> + </packing> + </child> + <child> + <object class="GtkLabel"> + <property name="visible">true</property> + <property name="margin-top">20</property> + <property name="margin-bottom">15</property> + <property name="label" translatable="yes">Microphone is turned off</property> + <attributes> + <attribute name="scale" value="1.44"/> + </attributes> + </object> + </child> + <child> + <object class="GtkLabel"> + <property name="visible">true</property> + <property name="label" translatable="yes">No applications can record sound.</property> + <style> + <class name="dim-label"/> + </style> + </object> + </child> + </object> + <packing> + <property name="name">empty</property> + </packing> + </child> + <child> + <object class="GtkScrolledWindow"> + <property name="visible">true</property> + <property name="hscrollbar-policy">never</property> + <child> + <object class="HdyClamp"> + <property name="visible">True</property> + <property name="margin_top">32</property> + <property name="margin_bottom">32</property> + <property name="margin_start">12</property> + <property name="margin_end">12</property> + + <child> + <object class="GtkBox"> + <property name="visible">true</property> + <property name="orientation">vertical</property> + <property name="hexpand">1</property> + <child> + <object class="GtkLabel"> + <property name="visible">true</property> + <property name="margin-bottom">12</property> + <property name="label" translatable="yes">Use of the microphone allows applications to record and listen to audio. Disabling the microphone may cause some applications to not function properly.</property> + <property name="wrap">true</property> + <property name="max-width-chars">50</property> + <property name="xalign">0</property> + </object> + </child> + <child> + <object class="GtkLabel"> + <property name="visible">true</property> + <property name="margin-bottom">12</property> + <property name="label" translatable="yes">Allow the applications below to use your microphone.</property> + <property name="wrap">true</property> + <property name="max-width-chars">50</property> + <property name="xalign">0</property> + </object> + </child> + <child> + <object class="GtkListBox" id="microphone_apps_list_box"> + <property name="visible">true</property> + <property name="can-focus">true</property> + <property name="selection-mode">none</property> + <style> + <class name="view"/> + <class name="frame"/> + </style> + + <child type="placeholder"> + <object class="GtkLabel"> + <property name="visible">true</property> + <property name="margin">18</property> + <property name="label" translatable="yes">No Applications Have Asked for Microphone Access</property> + <property name="wrap">true</property> + <property name="max-width-chars">50</property> + <style> + <class name="dim-label" /> + </style> + </object> + </child> + </object> + </child> + </object> + </child> + + </object> + </child> + </object> + <packing> + <property name="name">content</property> + </packing> + </child> + </object> + </child> + </template> +</interface> |