mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Give the configuration dialog its old size back and make sure to always start at the Device tab.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14830 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f79fbc1936
commit
8431da1fff
2 changed files with 4 additions and 3 deletions
|
|
@ -39,6 +39,7 @@ Config::Config(QWidget *parent) : QDialog(parent)
|
||||||
{
|
{
|
||||||
programPath = qApp->applicationDirPath() + "/";
|
programPath = qApp->applicationDirPath() + "/";
|
||||||
ui.setupUi(this);
|
ui.setupUi(this);
|
||||||
|
ui.tabConfiguration->setCurrentIndex(0);
|
||||||
ui.radioManualProxy->setChecked(true);
|
ui.radioManualProxy->setChecked(true);
|
||||||
QRegExpValidator *proxyValidator = new QRegExpValidator(this);
|
QRegExpValidator *proxyValidator = new QRegExpValidator(this);
|
||||||
QRegExp validate("[0-9]*");
|
QRegExp validate("[0-9]*");
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,8 @@
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>548</width>
|
<width>500</width>
|
||||||
<height>472</height>
|
<height>465</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle" >
|
<property name="windowTitle" >
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
<item row="1" column="0" colspan="3" >
|
<item row="1" column="0" colspan="3" >
|
||||||
<widget class="QTabWidget" name="tabConfiguration" >
|
<widget class="QTabWidget" name="tabConfiguration" >
|
||||||
<property name="currentIndex" >
|
<property name="currentIndex" >
|
||||||
<number>4</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="tabDevice" >
|
<widget class="QWidget" name="tabDevice" >
|
||||||
<attribute name="title" >
|
<attribute name="title" >
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue