mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 05:54:39 -04:00
merge
This commit is contained in:
@ -123,13 +123,13 @@ void ComicFlowWidgetSW::updateConfig(QSettings * settings)
|
||||
{
|
||||
switch (settings->value(FLOW_TYPE_SW).toInt())
|
||||
{
|
||||
case 0:
|
||||
case CoverFlowLike:
|
||||
flow->setFlowType(CoverFlowLike);
|
||||
return;
|
||||
case 1:
|
||||
case Strip:
|
||||
flow->setFlowType(Strip);
|
||||
return;
|
||||
case 2:
|
||||
case StripOverlapped:
|
||||
flow->setFlowType(StripOverlapped);
|
||||
return;
|
||||
}
|
||||
|
@ -188,7 +188,7 @@ void LibraryWindow::doLayout()
|
||||
|
||||
librariesTitle->addAction(createLibraryAction);
|
||||
librariesTitle->addAction(openLibraryAction);
|
||||
librariesTitle->addSpacing(4);
|
||||
librariesTitle->addSpacing(3);
|
||||
|
||||
foldersTitle->addAction(setRootIndexAction);
|
||||
foldersTitle->addAction(expandAllNodesAction);
|
||||
|
Reference in New Issue
Block a user