mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-23 13:54:27 -04:00
Set the OK button as default in the settings window.
Added a new setting for Windows to start RetroShare minimized on system start. Fixed german language. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3907 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
3ecb987a4e
commit
69373cc69b
9 changed files with 1062 additions and 991 deletions
|
@ -158,7 +158,7 @@ p, li { white-space: pre-wrap; }
|
|||
<string notr="true"/>
|
||||
</property>
|
||||
<property name="currentIndex">
|
||||
<number>1</number>
|
||||
<number>0</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="pageWelcome">
|
||||
<property name="styleSheet">
|
||||
|
@ -863,14 +863,14 @@ p, li { white-space: pre-wrap; }
|
|||
</item>
|
||||
<item row="3" column="0">
|
||||
<layout class="QGridLayout" name="gridLayout_19">
|
||||
<item row="2" column="0">
|
||||
<item row="5" column="0">
|
||||
<widget class="QCheckBox" name="checkBoxQuit">
|
||||
<property name="text">
|
||||
<string>Do not show a message when Closing RetroShare</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<item row="4" column="0">
|
||||
<widget class="QCheckBox" name="checkBoxStartMinimized">
|
||||
<property name="text">
|
||||
<string>Start Minimized</string>
|
||||
|
@ -884,6 +884,33 @@ p, li { white-space: pre-wrap; }
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
||||
<item>
|
||||
<spacer name="horizontalSpacer_7">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<property name="sizeType">
|
||||
<enum>QSizePolicy::Fixed</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>10</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="chkRunRetroshareAtSystemStartupMinimized">
|
||||
<property name="text">
|
||||
<string>Start minimized on system start</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="10" column="0">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue