Implemented more UI functionality

This commit is contained in:
2025-09-19 09:09:14 +02:00
parent 4d06e6740e
commit 7df99eaa9f
2 changed files with 63 additions and 14 deletions

View File

@@ -2,7 +2,6 @@
<interface>
<object class="AdwDialog" id="add_shortcut_dialog">
<property name="content-width">400</property>
<property name="content-height">350</property>
<property name="child">
<object class="AdwToolbarView">
<child type="top">
@@ -14,13 +13,13 @@
</property>
<property name="show-end-title-buttons">False</property>
<child type="start">
<object class="GtkButton">
<object class="GtkButton" id="close_button">
<property name="valign">center</property>
<property name="label" translatable="yes" context="label" comments="Verb">Cancel</property>
</object>
</child>
<child type="end">
<object class="GtkButton">
<object class="GtkButton" id="save_button">
<style>
<class name="suggested-action" />
</style>
@@ -33,7 +32,7 @@
<property name="content">
<object class="AdwPreferencesPage">
<child>
<object class="AdwPreferencesGroup" id="shortcuts_group">
<object class="AdwPreferencesGroup">
<child>
<object class="AdwEntryRow">
<property name="title" translatable="yes" context="Input field placeholder" comments="Noun. Tells the user that the display name of the new password store is to be supplied here">Name</property>
@@ -45,11 +44,8 @@
<child>
<object class="GtkButton" id="icon_picker_button">
<property name="valign">center</property>
<child>
<object class="AdwButtonContent">
<property name="icon-name">emoji-symbols-symbolic</property>
</object>
</child>
<property name="halign">center</property>
<property name="icon-name">emoji-symbols-symbolic</property>
</object>
</child>
</object>
@@ -97,4 +93,4 @@
</object>
</property>
</object>
</interface>
</interface>