mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 08:44:01 +00:00
I finally find my way into horiz span of ProgressView.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32751 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2a257eca85
commit
fb876be81f
@ -62,6 +62,7 @@ GuiProgressView::GuiProgressView(GuiView & parent, Qt::DockWidgetArea area,
|
|||||||
font.setFixedPitch(true);
|
font.setFixedPitch(true);
|
||||||
font.setStyleHint(QFont::TypeWriter);
|
font.setStyleHint(QFont::TypeWriter);
|
||||||
widget_->outTE->setFont(font);
|
widget_->outTE->setFont(font);
|
||||||
|
widget_->tabWidget->widget(0)->setContentsMargins(-5,-7,0,-7);
|
||||||
|
|
||||||
|
|
||||||
const int levelCount = Debug::levelCount();
|
const int levelCount = Debug::levelCount();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user