[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 01/01: New default layout.
noreply at xfce.org
noreply at xfce.org
Sat Jan 4 11:58:14 CET 2020
This is an automated email from the git hooks/post-receive script.
g o t t c o d e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit 694b7bc31a01ef47ba0d5c2860996e6e8252d897
Author: Graeme Gott <graeme at gottcode.org>
Date: Thu Jan 2 16:01:29 2020 -0500
New default layout.
---
panel-plugin/settings.cpp | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/panel-plugin/settings.cpp b/panel-plugin/settings.cpp
index 2f1dde4..6480a11 100644
--- a/panel-plugin/settings.cpp
+++ b/panel-plugin/settings.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018, 2019 Graeme Gott <graeme at gottcode.org>
+ * Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Graeme Gott <graeme at gottcode.org>
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -94,29 +94,29 @@ Settings::Settings() :
button_single_row(false),
launcher_show_name(true),
- launcher_show_description(true),
+ launcher_show_description(false),
launcher_show_tooltip(true),
- launcher_icon_size(IconSize::Small),
+ launcher_icon_size(IconSize::Normal),
category_hover_activate(false),
category_show_name(true),
category_icon_size(IconSize::Smaller),
load_hierarchy(false),
- view_as_icons(false),
+ view_as_icons(true),
recent_items_max(10),
favorites_in_recent(true),
display_recent(false),
- position_search_alternate(false),
+ position_search_alternate(true),
position_commands_alternate(false),
- position_categories_alternate(false),
+ position_categories_alternate(true),
stay_on_focus_out(false),
confirm_session_command(true),
- menu_width(400),
+ menu_width(550),
menu_height(500),
menu_opacity(100)
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list