diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-05-27 09:26:24 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-05-27 09:26:24 +0200 |
commit | 32dcecf1458b7fb9ec1141c0e5bcac96e7466dd7 (patch) | |
tree | c4006900e7271be9276cad1bd6ab8319701dc02d /src/webappcreation.ui | |
parent | rekonq 0.9.59 (diff) | |
download | rekonq-32dcecf1458b7fb9ec1141c0e5bcac96e7466dd7.tar.xz |
Application shortcut clean up
- no .desktop extension in desktop files
- set permissions bits as needed
- clean up setting UI
Diffstat (limited to 'src/webappcreation.ui')
-rw-r--r-- | src/webappcreation.ui | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/src/webappcreation.ui b/src/webappcreation.ui index 038326a8..2fc242b0 100644 --- a/src/webappcreation.ui +++ b/src/webappcreation.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>445</width> - <height>151</height> + <width>461</width> + <height>196</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> @@ -42,6 +42,19 @@ </layout> </item> <item> + <spacer name="verticalSpacer_2"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>40</height> + </size> + </property> + </spacer> + </item> + <item> <widget class="QLabel" name="label"> <property name="text"> <string>Create Application shortcuts in:</string> @@ -58,7 +71,7 @@ <item> <widget class="QCheckBox" name="kcfg_createMenuAppShortcut"> <property name="text"> - <string>Application MenĂ¹</string> + <string>Application Menu</string> </property> </widget> </item> |