aboutsummaryrefslogtreecommitdiff
path: root/main/data/settings_dialog.ui
diff options
context:
space:
mode:
Diffstat (limited to 'main/data/settings_dialog.ui')
-rw-r--r--main/data/settings_dialog.ui13
1 files changed, 12 insertions, 1 deletions
diff --git a/main/data/settings_dialog.ui b/main/data/settings_dialog.ui
index a8b24135..ac7397a0 100644
--- a/main/data/settings_dialog.ui
+++ b/main/data/settings_dialog.ui
@@ -2,7 +2,7 @@
<interface>
<template class="DinoUiSettingsDialog" parent="AdwPreferencesWindow">
<property name="default-width">500</property>
- <property name="default-height">360</property>
+ <property name="default-height">420</property>
<property name="modal">True</property>
<property name="search-enabled">False</property>
<child>
@@ -11,6 +11,17 @@
<object class="AdwPreferencesGroup">
<child>
<object class="AdwActionRow">
+ <property name="title" translatable="yes">Set _Zoom Level</property>
+ <property name="use-underline">True</property>
+ <child type="suffix">
+ <object class="GtkSpinButton" id="zoom_spinbutton">
+ <property name="valign">center</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="AdwActionRow">
<property name="title" translatable="yes">Send _Typing Notifications</property>
<property name="use-underline">True</property>
<property name="activatable-widget">typing_switch</property>