Add separators in camera-based persp correction
Horizontal lines to separate the sliders, control lines buttons, and automatic buttons.
This commit is contained in:
parent
afc3edae26
commit
8d7a5546e1
@ -209,7 +209,9 @@ PerspCorrection::PerspCorrection () : FoldableToolPanel(this, "perspective", M("
|
||||
camera_vbox->pack_start (*camera_roll);
|
||||
camera_vbox->pack_start (*camera_pitch);
|
||||
camera_vbox->pack_start (*camera_yaw);
|
||||
camera_vbox->pack_start (*Gtk::manage (new Gtk::HSeparator()));
|
||||
camera_vbox->pack_start (*control_lines_box);
|
||||
camera_vbox->pack_start (*Gtk::manage (new Gtk::HSeparator()));
|
||||
camera_vbox->pack_start (*auto_hbox);
|
||||
camera_frame->add(*camera_vbox);
|
||||
camera_based->pack_start(*camera_frame);
|
||||
|
Loading…
x
Reference in New Issue
Block a user