Skip to content

Commit 1345c1f

Browse files
committed
Center Global Config after window resize
Assure Global Config window will remain on the center of the screen after window is resized.
1 parent 7652c60 commit 1345c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qubes_config/global_config.glade

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<object class="GtkWindow" id="main_window">
77
<property name="can-focus">False</property>
88
<property name="title" translatable="yes">Qubes OS Global Config</property>
9-
<property name="window-position">center</property>
9+
<property name="window-position">center-always</property>
1010
<child>
1111
<object class="GtkBox" id="background_box">
1212
<property name="visible">True</property>

0 commit comments

Comments
 (0)