mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-03 04:23:42 -05:00
Small tweak to get more sane start window size. (related to #58?)
This commit is contained in:
parent
b30ace3ffe
commit
9526712bc7
1 changed files with 1 additions and 1 deletions
|
@ -926,7 +926,7 @@ Window create_window ( Display *display )
|
|||
{
|
||||
Screen *screen = DefaultScreenOfDisplay ( display );
|
||||
Window root = RootWindow ( display, XScreenNumberOfScreen ( screen ) );
|
||||
Window box = XCreateSimpleWindow ( display, root, 0, 0, 10, 300,
|
||||
Window box = XCreateSimpleWindow ( display, root, 0, 0, 200, 100,
|
||||
config.menu_bw,
|
||||
color_get ( display, config.menu_bc ),
|
||||
color_get ( display, config.menu_bg ) );
|
||||
|
|
Loading…
Reference in a new issue