[gnote] Remove redundant label from create notebook dialog
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Remove redundant label from create notebook dialog
- Date: Mon, 10 Jun 2013 19:44:03 +0000 (UTC)
commit 5f27d42bf8cde90ce103878b1def09ee82910879
Author: Aurimas Černius <aurisc4 gmail com>
Date: Mon Jun 10 22:43:05 2013 +0300
Remove redundant label from create notebook dialog
Also add space between label and entry.
Fixes Bug 701845.
src/notebooks/createnotebookdialog.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/notebooks/createnotebookdialog.cpp b/src/notebooks/createnotebookdialog.cpp
index 652a2a1..5708bb3 100644
--- a/src/notebooks/createnotebookdialog.cpp
+++ b/src/notebooks/createnotebookdialog.cpp
@@ -37,10 +37,10 @@ namespace gnote {
CreateNotebookDialog::CreateNotebookDialog(Gtk::Window *parent, GtkDialogFlags f)
: utils::HIGMessageDialog(parent, f, Gtk::MESSAGE_INFO, Gtk::BUTTONS_NONE,
- _("Create a new notebook"),
- _("Type the name of the notebook you'd like to create."))
+ _("Create a new notebook"), "")
{
Gtk::Table *table = manage(new Gtk::Table (2, 2, false));
+ table->set_col_spacings(6);
Gtk::Label *label = manage(new Gtk::Label (_("N_otebook name:"), true));
label->property_xalign() = 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]