[gnote] Fix icon size for sync conflict dialog
- From: Aurimas Äernius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Fix icon size for sync conflict dialog
- Date: Fri, 9 Mar 2012 20:21:27 +0000 (UTC)
commit 09614072d4c74b9027983e9baa9c966a99c12ea8
Author: Aurimas Äernius <aurisc4 gmail com>
Date: Fri Mar 9 22:14:57 2012 +0200
Fix icon size for sync conflict dialog
Gtk prints warning regarding it.
src/synchronization/syncdialog.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/synchronization/syncdialog.cpp b/src/synchronization/syncdialog.cpp
index e2a6ce9..17f887e 100644
--- a/src/synchronization/syncdialog.cpp
+++ b/src/synchronization/syncdialog.cpp
@@ -125,7 +125,7 @@ public:
Gtk::HBox *hbox = manage(new Gtk::HBox(false, 8));
Gtk::Image *image = manage(new Gtk::Image);
- image->set(Gtk::Stock::DIALOG_WARNING, Gtk::IconSize(48)); // TODO: Is this the right icon?
+ image->set(Gtk::Stock::DIALOG_WARNING, Gtk::IconSize(Gtk::ICON_SIZE_DIALOG));
image->show();
hbox->pack_start(*image, false, false, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]