Skip to content

Commit f7b8fa1

Browse files
author
Xiangfu Liu
committedJan 14, 2012
gui/audio: move the bottom of the indicators same as the bottom of the volume sliders
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
1 parent bb6ff7c commit f7b8fa1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎src/gui/audio.c

+3-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,9 @@ void init_audio(void)
223223
"gb.place(l_treb, -column 3 -row 1)",
224224
"gb.place(ld_treb, -column 3 -row 2)",
225225

226-
"g.place(gb, -column 3 -row 1)",
226+
"gb.rowconfig(2, -size 180)",
227+
228+
"g.place(gb, -column 3 -row 1 -align nw)",
227229

228230
"g_btn = new Grid()",
229231

0 commit comments

Comments
 (0)
Please sign in to comment.