diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-09-16 10:14:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-16 11:33:20 +0100 |
commit | 363446eb61de141deb1364805e0d7cd0e1f6d7fe (patch) | |
tree | ee1d0e11a8c3b99fe3ebf3b9ec2e85c6be1a6d6e /sd/Library_sd.mk | |
parent | 6eb840cc540bb6f2efcebc0349a8e6e7ba074cd8 (diff) |
Resolves: fdo#69236 route size request to layout widget, not hard-coded value
a) For the sidebar the sidebars automatically handle scrolling, but for the
older panel the widgets has to do the scrolling so add scrolling parents to the
.ui
b) Fold the DialogListBox scrolling widget implementation into
VclScrolledWindow and remove the duplication.
Change-Id: Ife9ccd8c501e5dee7bf3102a92c8261d979cd834
Diffstat (limited to 'sd/Library_sd.mk')
-rw-r--r-- | sd/Library_sd.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index 955253b298c7..5514e17cbea8 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -182,7 +182,6 @@ $(eval $(call gb_Library_add_exception_objects,sd,\ sd/source/ui/animations/CustomAnimationDialog \ sd/source/ui/animations/CustomAnimationList \ sd/source/ui/animations/CustomAnimationPane \ - sd/source/ui/animations/DialogListBox \ sd/source/ui/animations/STLPropertySet \ sd/source/ui/animations/SlideTransitionPane \ sd/source/ui/animations/motionpathtag \ |