Skip to content

Commit

Permalink
GtkDialog "type-hint" changed to dialog
Browse files Browse the repository at this point in the history
the dialog window should be hinted as dialog so window managers such as tiling wm is able to know the approprate window state
  • Loading branch information
Titor8115 authored and epico committed Feb 18, 2024
1 parent 1a0dd87 commit f9df767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/ibus-libpinyin-preferences.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f9df767

Please sign in to comment.