[gnote] Replace deprecated Properties
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Replace deprecated Properties
- Date: Fri, 7 May 2021 20:09:00 +0000 (UTC)
commit 45bb5164b4f08e4a5771d063601d2a077e889df3
Author: Aurimas Černius <aurisc4 gmail com>
Date: Fri May 7 23:08:39 2021 +0300
Replace deprecated Properties
src/popoverwidgets.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/popoverwidgets.cpp b/src/popoverwidgets.cpp
index 0dba9cc8..bc3c635e 100644
--- a/src/popoverwidgets.cpp
+++ b/src/popoverwidgets.cpp
@@ -1,7 +1,7 @@
/*
* gnote
*
- * Copyright (C) 2019 Aurimas Cernius
+ * Copyright (C) 2019,2021 Aurimas Cernius
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -116,8 +116,8 @@ namespace utils {
{
widget.property_margin_top() = 9;
widget.property_margin_bottom() = 9;
- widget.property_margin_left() = 12;
- widget.property_margin_right() = 12;
+ widget.property_margin_start() = 12;
+ widget.property_margin_end() = 12;
set_common_popover_widget_props(static_cast<Gtk::Widget&>(widget));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]