[Xfce4-commits] <xfwm4:master> Fix ordering of items in dialog.
Nick Schermer
noreply at xfce.org
Thu Dec 26 18:16:01 CET 2013
Updating branch refs/heads/master
to 3dab5fb5d641606fd12fb710881af8a3d8858681 (commit)
from 7b091d1fbcc4489d1235865eef0d4ba5ba18b1e2 (commit)
commit 3dab5fb5d641606fd12fb710881af8a3d8858681
Author: Nick Schermer <nick at xfce.org>
Date: Thu Dec 26 18:02:37 2013 +0100
Fix ordering of items in dialog.
settings-dialogs/xfwm4-tweaks-dialog.glade | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/settings-dialogs/xfwm4-tweaks-dialog.glade b/settings-dialogs/xfwm4-tweaks-dialog.glade
index d026dfd..77cf607 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>
More information about the Xfce4-commits
mailing list