summaryrefslogtreecommitdiff
path: root/settings-dialogs
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2013-12-26 18:02:37 +0100
committerNick Schermer <nick@xfce.org>2013-12-26 18:02:37 +0100
commit3dab5fb5d641606fd12fb710881af8a3d8858681 (patch)
tree6c5e7e0ea5ae233688e2888758b1c7ac355e5bc3 /settings-dialogs
parent7b091d1fbcc4489d1235865eef0d4ba5ba18b1e2 (diff)
downloadxfwm4-3dab5fb5d641606fd12fb710881af8a3d8858681.tar.gz
Fix ordering of items in dialog.
Diffstat (limited to 'settings-dialogs')
-rw-r--r--settings-dialogs/xfwm4-tweaks-dialog.glade12
1 files changed, 6 insertions, 6 deletions
diff --git a/settings-dialogs/xfwm4-tweaks-dialog.glade b/settings-dialogs/xfwm4-tweaks-dialog.glade
index d026dfd3f..77cf607b4 100644
--- a/settings-dialogs/xfwm4-tweaks-dialog.glade
+++ b/settings-dialogs/xfwm4-tweaks-dialog.glade
@@ -447,8 +447,8 @@ or "skip taskbar" properties set</property>
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="urgent_blink">
- <property name="label" translatable="yes">Notify of _urgency by making window's decoration blink</property>
+ <object class="GtkCheckButton" id="snap_resist_check">
+ <property name="label" translatable="yes">Use _edge resistance instead of window snapping</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -463,8 +463,8 @@ or "skip taskbar" properties set</property>
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="snap_resist_check">
- <property name="label" translatable="yes">Use _edge resistance instead of window snapping</property>
+ <object class="GtkCheckButton" id="urgent_blink">
+ <property name="label" translatable="yes">Notify of _urgency by making window's decoration blink</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -475,7 +475,7 @@ or "skip taskbar" properties set</property>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
- <property name="position">5</property>
+ <property name="position">6</property>
</packing>
</child>
<child>
@@ -491,7 +491,7 @@ or "skip taskbar" properties set</property>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
- <property name="position">6</property>
+ <property name="position">7</property>
</packing>
</child>
</object>