[gnote] Set min width of note title column to 150
- From: Aurimas Äernius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Set min width of note title column to 150
- Date: Sat, 3 Sep 2011 11:04:53 +0000 (UTC)
commit 24f1fd81790c2281a23e4a0f8c5511ed08ce9f7c
Author: Aurimas Äernius <aurisc4 gmail com>
Date: Sat Sep 3 13:33:30 2011 +0300
Set min width of note title column to 150
As in Tomboy bug 575337.
src/recentchanges.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/recentchanges.cpp b/src/recentchanges.cpp
index 4d76523..3ffdfe0 100644
--- a/src/recentchanges.cpp
+++ b/src/recentchanges.cpp
@@ -347,6 +347,7 @@ namespace gnote {
Gtk::TreeViewColumn *title = manage(new Gtk::TreeViewColumn ());
title->set_title(_("Note"));
+ title->set_min_width(150);
title->set_sizing(Gtk::TREE_VIEW_COLUMN_AUTOSIZE);
title->set_expand(true);
title->set_resizable(true);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]