mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
Add forgotten parent
This commit is contained in:
parent
2b374a2163
commit
934c6480c0
@ -690,7 +690,7 @@ GuiView::GuiView(int id)
|
|||||||
lyxrc.defaultZoom)), this);
|
lyxrc.defaultZoom)), this);
|
||||||
act_zoom_in_ = new QAction(qt_("Zoom &in"), this);
|
act_zoom_in_ = new QAction(qt_("Zoom &in"), this);
|
||||||
act_zoom_out_ = new QAction(qt_("Zoom &out"), this);
|
act_zoom_out_ = new QAction(qt_("Zoom &out"), this);
|
||||||
act_zoom_show_ = new QAction(qt_("Show zoom slider"));
|
act_zoom_show_ = new QAction(qt_("Show zoom slider"), this);
|
||||||
act_zoom_show_->setCheckable(true);
|
act_zoom_show_->setCheckable(true);
|
||||||
zoom_value_->addAction(act_zoom_default_);
|
zoom_value_->addAction(act_zoom_default_);
|
||||||
zoom_value_->addAction(act_zoom_in_);
|
zoom_value_->addAction(act_zoom_in_);
|
||||||
|
Loading…
Reference in New Issue
Block a user