diff options
author | Siteshwar Vashisht <siteshwar@gmail.com> | 2012-05-25 22:23:14 +0530 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-05-28 00:10:31 +0200 |
commit | 678a7679b4f02ee4dd50ac9816b9a54f0cbc1120 (patch) | |
tree | 912ce1f3590daafeab6d4e15744b4b49be828d06 /src/sync/sync_opera_settings.ui | |
parent | Made UI changes to disable history and password sync for certain services, ad... (diff) | |
download | rekonq-678a7679b4f02ee4dd50ac9816b9a54f0cbc1120.tar.xz |
Made minor changes in UI of sync wizard.
Diffstat (limited to 'src/sync/sync_opera_settings.ui')
-rw-r--r-- | src/sync/sync_opera_settings.ui | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/sync/sync_opera_settings.ui b/src/sync/sync_opera_settings.ui index 5144c552..86da1cb3 100644 --- a/src/sync/sync_opera_settings.ui +++ b/src/sync/sync_opera_settings.ui @@ -44,6 +44,19 @@ </widget> </item> <item> + <widget class="QLabel" name="infoLabel"> + <property name="styleSheet"> + <string notr="true">QLabel { color : red; }</string> + </property> + <property name="text"> + <string>Only bookmarks will be synchronized.</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + </item> + <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> |