[gnome-boxes] editable-entry: Drop use of Gtk.Misc.xpad
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] editable-entry: Drop use of Gtk.Misc.xpad
- Date: Tue, 1 Jul 2014 14:09:17 +0000 (UTC)
commit 1eaafa72ad156572c22130f3c357244c267d4851
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Tue Jul 1 15:06:56 2014 +0100
editable-entry: Drop use of Gtk.Misc.xpad
This property has been deprecated.
src/editable-entry.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/editable-entry.vala b/src/editable-entry.vala
index 8e02791..6c5f870 100644
--- a/src/editable-entry.vala
+++ b/src/editable-entry.vala
@@ -163,7 +163,7 @@ private class Boxes.EditableEntry: Notebook {
widget.get_parent ().get_allocation (out alloc);
var offset = allocation.x - alloc.x;
- if (offset != label.xpad)
+ if (offset != label.margin_start)
label.set_padding (offset, 0);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]