[gnote] Fix sync prefs layout
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Fix sync prefs layout
- Date: Sun, 26 May 2013 15:47:19 +0000 (UTC)
commit aac8209152cfe8e1c9256b4211212bb69a2873df
Author: Aurimas Černius <aurisc4 gmail com>
Date: Sun May 26 18:44:46 2013 +0300
Fix sync prefs layout
src/preferencesdialog.cpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/preferencesdialog.cpp b/src/preferencesdialog.cpp
index dd256ce..8cc3ed3 100644
--- a/src/preferencesdialog.cpp
+++ b/src/preferencesdialog.cpp
@@ -520,11 +520,12 @@ namespace gnote {
Gtk::Widget *PreferencesDialog::make_sync_pane()
{
Gtk::Grid *vbox = new Gtk::Grid;
- vbox->set_column_spacing(4);
+ vbox->set_row_spacing(4);
vbox->set_border_width(8);
int vbox_row = 0;
Gtk::Grid *hbox = manage(new Gtk::Grid);
+ hbox->set_column_spacing(6);
int hbox_col = 0;
Gtk::Label *label = manage(new Gtk::Label(_("Ser_vice:"), true));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]