diff options
Diffstat (limited to 'src/gtk/preferences_window.ui')
-rwxr-xr-x | src/gtk/preferences_window.ui | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/gtk/preferences_window.ui b/src/gtk/preferences_window.ui index e6fd65b..168d614 100755 --- a/src/gtk/preferences_window.ui +++ b/src/gtk/preferences_window.ui @@ -206,6 +206,27 @@ </child> </object> </child> + <child> + <object class="AdwPreferencesGroup" id="database_group"> + <property name="title" translatable="yes">Database</property> + <property name="visible">True</property> + <child> + <object class="AdwActionRow" id="database_loc_row"> + <property name="title" translatable="yes">Database location</property> + <property name="subtitle" translatable="no">/location/</property> + <child> + <object class="GtkButton" id="database_browse_btn"> + <property name="valign">center</property> + <property name="label" translatable="yes">Browse</property> + <style> + <class name="flat"/> + </style> + </object> + </child> + </object> + </child> + </object> + </child> </object> </child> </template> |