mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
Again tabs in "Groups" dialog
This commit is contained in:
parent
b5ac0ccf78
commit
3616665f1f
|
@ -501,6 +501,8 @@ void DictGroupsWidget::populate( Config::Groups const & groups,
|
|||
addTab( new DictGroupWidget( this, *allDicts, groups[ x ] ), escapeAmps( groups[ x ].name ) );
|
||||
|
||||
nextId = groups.nextId;
|
||||
|
||||
setUsesScrollButtons( count() > 3 );
|
||||
}
|
||||
|
||||
/// Creates groups from what is currently set up
|
||||
|
|
Loading…
Reference in a new issue