[repo.or.cz] wmaker-crm.git branch master updated: wmaker-0.96.0-60-gc8174a4b2ec4

0 views
Skip to first unread message

crmafra

unread,
Feb 11, 2026, 5:02:46 PM (13 days ago) Feb 11
to wmake...@googlegroups.com
This is an automated email generated because a ref change occurred in the
git repository for project wmaker-crm.git.

The branch, master has been updated
via c8174a4b2ec41166986df73638aa051d769a9f40 (commit)
from 2901b418add8c4626d683b59ce27b346113dd22d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c8174a4b2ec41166986df73638aa051d769a9f40
Author: David Maciejak <david.m...@gmail.com>
Date: Wed, 11 Feb 2026 16:18:21 -0500
URL: <https://repo.or.cz/wmaker-crm.git/c8174a4b2ec41166>

wmaker: add room for the modelock option in winspector

This patch is conditionaly adding some extra room in the window
inspector advanced options frame if modelock is enabled to fit
the extra option. Without it the option text is truncated.
---
src/winspector.c | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/src/winspector.c b/src/winspector.c
index af338bd97d95..86f5bca23dd8 100644
--- a/src/winspector.c
+++ b/src/winspector.c
@@ -55,7 +55,11 @@
#define UPDATE_TEXT_FIELD 2
#define REVERT_TO_DEFAULT 4
#define PWIDTH 290
+#ifdef XKB_BUTTON_HINT
+#define PHEIGHT 380
+#else
#define PHEIGHT 360
+#endif
#define UNDEFINED_POS 0xffffff
#define UPDATE_DEFAULTS 1
#define IS_BOOLEAN 2
@@ -1315,7 +1319,11 @@ static void create_tab_window_advanced(WWindow *wwin, InspectorPanel *panel, int
panel->moreFrm = WMCreateFrame(panel->win);
WMSetFrameTitle(panel->moreFrm, _("Advanced"));
WMMoveWidget(panel->moreFrm, 15, 45);
+#ifdef XKB_BUTTON_HINT
+ WMResizeWidget(panel->moreFrm, frame_width, 285);
+#else
WMResizeWidget(panel->moreFrm, frame_width, 265);
+#endif

for (i = 0; i < wlengthof(advanced_option); i++) {
int is_userdef, flag;

-----------------------------------------------------------------------

Summary of changes:
src/winspector.c | 8 ++++++++
1 file changed, 8 insertions(+)


repo.or.cz automatic notification. Contact project admin crm...@gmail.com
if you want to unsubscribe, or site admin ad...@repo.or.cz if you receive
no reply.
--
wmaker-crm.git ("The Window Maker window manager")
Reply all
Reply to author
Forward
0 new messages