Right align labels
Edited by Eva Schiffer
Merge request reports
Activity
Filter activity
mentioned in merge request !1 (closed)
Warning: If you merge both this request and !1 (closed), there is a small conflict that causes the "A simple filtering" on the filters tab to not overhang properly. To fix it, edit GlanceGUIView._add_simple_filter_controls, around line 438, and change
# label the specific section tempLabel = add_right_aligned_label(grid_layout, str(file_prefix)+" simple filtering:", current_row)
to
# label the specific section tempLabel = QtGui.QLabel(str(file_prefix)+" simple filtering:")
(The merge doesn't see a conflict, and is stomping !1 (closed) to apply !2 (closed); this above just restores the line from !1 (closed).)
mentioned in issue #16 (closed)
Please register or sign in to reply