summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTitor8115 <henryl8115@gmail.com>2024-02-17 10:55:06 +0800
committerPeng Wu <alexepico@gmail.com>2024-02-18 13:02:19 +0800
commitf9df7676987e71855b41728a8168e1c5665d01b2 (patch)
tree8ba7a275d38e7f6d4a334ebe8ecbe45529ecdacc
parent1a0dd87cbb49511ef52f03153daa99ce6fa0c3bd (diff)
downloadibus-libpinyin-f9df7676987e71855b41728a8168e1c5665d01b2.tar.gz
ibus-libpinyin-f9df7676987e71855b41728a8168e1c5665d01b2.tar.xz
ibus-libpinyin-f9df7676987e71855b41728a8168e1c5665d01b2.zip
GtkDialog "type-hint" changed to dialog
the dialog window should be hinted as dialog so window managers such as tiling wm is able to know the approprate window state
-rw-r--r--setup/ibus-libpinyin-preferences.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/ibus-libpinyin-preferences.ui b/setup/ibus-libpinyin-preferences.ui
index d8eaa00..f6a5bc1 100644
--- a/setup/ibus-libpinyin-preferences.ui
+++ b/setup/ibus-libpinyin-preferences.ui
@@ -163,7 +163,7 @@
<property name="title" translatable="yes">Preferences</property>
<property name="window-position">center-always</property>
<property name="icon-name">gtk-preferences</property>
- <property name="type-hint">normal</property>
+ <property name="type-hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="visible">True</property>