Skip to content

Commit

Permalink
IQ Tool: fix Qt6 label alignment glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
vladisslav2011 committed Apr 14, 2024
1 parent 6e477dd commit 67156ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/applications/gqrx/dcontrols.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ c_def()
.name("IQ size")
.title("")
.title_placement(c_def::grid_placement(PLACE_NONE,0))
.placement(c_def::grid_placement(PLACE_NEXT,0,1,5,ALIGN_CENTER))
.placement(c_def::grid_placement(PLACE_NEXT,0,1,5))
.hint("Recording size/playback pos")
.g_type(G_LABEL)
.dock(D_IQTOOL)
Expand Down

0 comments on commit 67156ef

Please sign in to comment.