summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-10-10 07:51:55 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-10-10 10:03:52 +0000
commit0d7bacab2e87915581cecaea76d545cc93622d2a (patch)
treeb998e7f4db6e2b3c052a5e11b1908c435bda6aa9 /src
parentActualizarshare/ui/style.css (diff)
downloadinkscape-0d7bacab2e87915581cecaea76d545cc93622d2a.tar.gz
inkscape-0d7bacab2e87915581cecaea76d545cc93622d2a.zip
Actualizarsrc/ui/dialog/inkscape-preferences.cpp
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index d78f35987..cd9396e98 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -1110,7 +1110,7 @@ void InkscapePreferences::initPageUI()
_gtk_theme.signal_changed().connect(sigc::mem_fun(*this, &InkscapePreferences::themeChange));
}
_sys_user_themes_dir_copy.init(g_build_filename(g_get_user_data_dir(), "themes", NULL), _("Open themes folder"));
- _page_theme.add_line(true, _("User themes: "), _sys_user_themes_dir_copy, "", _("Location of the user’s themes"), true);
+ _page_theme.add_line(true, _("User themes: "), _sys_user_themes_dir_copy, "", _("Location of the user’s themes"), true, Gtk::manage(new Gtk::Box()));
_dark_theme.init(_("Use dark theme"), "/theme/preferDarkTheme", false);
_page_theme.add_line(true, "", _dark_theme, "", _("Use dark theme"), true);
_dark_theme.signal_clicked().connect(sigc::mem_fun(*this, &InkscapePreferences::themeChange));