mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-11 03:05:52 +01:00
A few miscelaneous fixes
This commit is contained in:
@@ -448,12 +448,12 @@ createPanel(Panel *p)
|
||||
RColor color;
|
||||
char *path;
|
||||
|
||||
color.red = 0xaa;
|
||||
color.green = 0xae;
|
||||
color.blue = 0xaa;
|
||||
color.red = 0xae;
|
||||
color.green = 0xaa;
|
||||
color.blue = 0xae;
|
||||
|
||||
panel->box = WMCreateBox(panel->parent);
|
||||
WMSetViewExpandsToParent(WMWidgetView(panel->box), 2, 2, 0, 0);
|
||||
WMSetViewExpandsToParent(WMWidgetView(panel->box), 2, 2, 2, 2);
|
||||
|
||||
/**************** Mouse Speed ****************/
|
||||
panel->speedF = WMCreateFrame(panel->box);
|
||||
|
||||
Reference in New Issue
Block a user