fix initial tabs in rules kcm
This commit is contained in:
parent
84c904d6f9
commit
adf3509647
2 changed files with 2 additions and 2 deletions
|
@ -730,7 +730,7 @@ bool RulesWidget::finalCheck()
|
|||
|
||||
void RulesWidget::prepareWindowSpecific(WId window)
|
||||
{
|
||||
tabs->setCurrentIndex(2); // geometry tab, skip tabs for window identification
|
||||
tabs->setCurrentIndex(1); // geometry tab, skip tab for window identification
|
||||
KWindowInfo info(window, -1U, -1U); // read everything
|
||||
prefillUnusedValues(info);
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<item row="0" column="1">
|
||||
<widget class="QTabWidget" name="tabs">
|
||||
<property name="currentIndex">
|
||||
<number>1</number>
|
||||
<number>0</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="TabPage1">
|
||||
<attribute name="title">
|
||||
|
|
Loading…
Reference in a new issue