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 8, 2024
1 parent 5120fb0 commit ce630c9
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 @@ -259,7 +259,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 ce630c9

Please sign in to comment.