mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -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() + "/";
|
||||
ui.setupUi(this);
|
||||
ui.tabConfiguration->setCurrentIndex(0);
|
||||
ui.radioManualProxy->setChecked(true);
|
||||
QRegExpValidator *proxyValidator = new QRegExpValidator(this);
|
||||
QRegExp validate("[0-9]*");
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>548</width>
|
||||
<height>472</height>
|
||||
<width>500</width>
|
||||
<height>465</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle" >
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
<item row="1" column="0" colspan="3" >
|
||||
<widget class="QTabWidget" name="tabConfiguration" >
|
||||
<property name="currentIndex" >
|
||||
<number>4</number>
|
||||
<number>0</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="tabDevice" >
|
||||
<attribute name="title" >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue