summaryrefslogtreecommitdiff
path: root/panels/keyboard/cc-keyboard-shortcut-dialog.ui
diff options
context:
space:
mode:
authorAutomeris naranja <automerisnaranja@tutanota.com>2023-05-03 15:18:47 -0300
committerFelipe Borges <felipeborges@gnome.org>2023-05-04 09:54:07 +0000
commit13e4e0c24250c90d047007844caa655c40e27624 (patch)
tree491b950f5d2a32f609d0d8d890d5df5d7a1d9f77 /panels/keyboard/cc-keyboard-shortcut-dialog.ui
parentc3110d2187e6df1a1b673cab35a3bbb0bfc3f03d (diff)
downloadgnome-control-center-13e4e0c24250c90d047007844caa655c40e27624.tar.gz
general: Set a minimum size for various dialogs
This change prevents some dialogs from being shrunk to a really small size by setting a minimum size for them.
Diffstat (limited to 'panels/keyboard/cc-keyboard-shortcut-dialog.ui')
-rw-r--r--panels/keyboard/cc-keyboard-shortcut-dialog.ui2
1 files changed, 2 insertions, 0 deletions
diff --git a/panels/keyboard/cc-keyboard-shortcut-dialog.ui b/panels/keyboard/cc-keyboard-shortcut-dialog.ui
index 6d017db58..fd3c38ee9 100644
--- a/panels/keyboard/cc-keyboard-shortcut-dialog.ui
+++ b/panels/keyboard/cc-keyboard-shortcut-dialog.ui
@@ -2,6 +2,8 @@
<interface>
<template class="CcKeyboardShortcutDialog" parent="AdwWindow">
<property name="modal">True</property>
+ <property name="width-request">360</property>
+ <property name="height-request">294</property>
<property name="default-width">600</property>
<property name="default-height">540</property>
<property name="title" translatable="yes">Keyboard Shortcuts</property>