diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-11-14 17:16:08 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-12-12 16:40:28 +0100 |
commit | 7932ee0fd2e683af8cc1207986504747ccfbc68e (patch) | |
tree | c66446b807778be74401bfb649a1b3784379bcf5 /src/sync/settings_sync.ui | |
parent | Sync feature, first bits (diff) | |
download | rekonq-7932ee0fd2e683af8cc1207986504747ccfbc68e.tar.xz |
Let the "big sync" work (the one done every minute...)
Diffstat (limited to 'src/sync/settings_sync.ui')
-rw-r--r-- | src/sync/settings_sync.ui | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/sync/settings_sync.ui b/src/sync/settings_sync.ui index 35415f53..f45c8b6c 100644 --- a/src/sync/settings_sync.ui +++ b/src/sync/settings_sync.ui @@ -6,10 +6,16 @@ <rect> <x>0</x> <y>0</y> - <width>633</width> - <height>551</height> + <width>378</width> + <height>369</height> </rect> </property> + <property name="minimumSize"> + <size> + <width>300</width> + <height>0</height> + </size> + </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QCheckBox" name="kcfg_syncEnabled"> @@ -113,7 +119,7 @@ <property name="sizeHint" stdset="0"> <size> <width>20</width> - <height>289</height> + <height>50</height> </size> </property> </spacer> |