summaryrefslogtreecommitdiffstats
path: root/panels/user-accounts/cc-login-history-dialog.ui
diff options
context:
space:
mode:
Diffstat (limited to 'panels/user-accounts/cc-login-history-dialog.ui')
-rw-r--r--panels/user-accounts/cc-login-history-dialog.ui66
1 files changed, 66 insertions, 0 deletions
diff --git a/panels/user-accounts/cc-login-history-dialog.ui b/panels/user-accounts/cc-login-history-dialog.ui
new file mode 100644
index 0000000..f12f9f1
--- /dev/null
+++ b/panels/user-accounts/cc-login-history-dialog.ui
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <template class="CcLoginHistoryDialog" parent="GtkDialog">
+ <property name="default-width">400</property>
+ <property name="default-height">400</property>
+ <property name="modal">True</property>
+ <property name="icon_name">system-users</property>
+ <accessibility>
+ <relation name="labelled-by">title_label</relation>
+ </accessibility>
+ <child internal-child="headerbar">
+ <object class="GtkHeaderBar" id="header_bar">
+ <property name="title-widget">
+ <object class="GtkLabel" id="title_label">
+ <style>
+ <class name="title"/>
+ </style>
+ </object>
+ </property>
+ <child>
+ <object class="GtkBox">
+ <style>
+ <class name="linked"/>
+ </style>
+ <child>
+ <object class="GtkButton" id="previous_button">
+ <property name="icon_name">go-previous-symbolic</property>
+ <property name="valign">center</property>
+ <accessibility>
+ <property name="label" translatable="yes">Previous</property>
+ </accessibility>
+ <signal name="clicked" handler="previous_button_clicked_cb" object="CcLoginHistoryDialog" swapped="yes"/>
+ </object>
+ </child>
+ <child>
+ <object class="GtkButton" id="next_button">
+ <property name="icon_name">go-next-symbolic</property>
+ <property name="valign">center</property>
+ <accessibility>
+ <property name="label" translatable="yes">Next</property>
+ </accessibility>
+ <signal name="clicked" handler="next_button_clicked_cb" object="CcLoginHistoryDialog" swapped="yes"/>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="AdwPreferencesPage">
+ <child>
+ <object class="AdwPreferencesGroup">
+ <child>
+ <object class="GtkListBox" id="history_box">
+ <property name="hexpand">True</property>
+ <style>
+ <class name="boxed-list" />
+ </style>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </template>
+</interface>