Skip to content

Commit

Permalink
gui/audio: move the bottom of the indicators same as the bottom of th…
Browse files Browse the repository at this point in the history
…e volume sliders

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
  • Loading branch information
Xiangfu Liu committed Jan 14, 2012
1 parent bb6ff7c commit f7b8fa1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/gui/audio.c
Expand Up @@ -223,7 +223,9 @@ void init_audio(void)
"gb.place(l_treb, -column 3 -row 1)",
"gb.place(ld_treb, -column 3 -row 2)",

"g.place(gb, -column 3 -row 1)",
"gb.rowconfig(2, -size 180)",

"g.place(gb, -column 3 -row 1 -align nw)",

"g_btn = new Grid()",

Expand Down

0 comments on commit f7b8fa1

Please sign in to comment.