Summary: | date boxes are too small in tools | ||
---|---|---|---|
Product: | [Applications] kstars | Reporter: | gerard |
Component: | general | Assignee: | kstars |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | impossible_to_move_the_separator_before_resizing_window.png |
Description
gerard
2003-12-29 15:26:19 UTC
I can't reproduce either of these bugs. I tried several different fonts and font sizes, and made the calculator window as small as I could. In every case, the QDateEdit was always big enough to show the date. This was with Qt 3.2.1. What version of Qt are you running? Likewise, I am always immediately able to move the QSlider separating the left and right panes of the calculator window. Does it require a window resize every time you open the calculator window? I suspect this may be a Qt issue, since we have not done anythihng special to these widgets. Subject: Re: date boxes are too small in tools Le mercredi 31 D The problem with the frozen slider is probably just that the calculator module being displayed cannot be made any smaller than its initial size. Once you make the window wider, then there is room to move the slider. I don't really consider this a bug. If you make the calculator window wider, does the QDateWidget then display the full date string? If so, then the fix will be to recompute the initial size of the calculator window. Subject: Re: date boxes are too small in tools Le mercredi 31 D Subject: RE: date boxes are too small in tools >No. the qdate size does not grow. >If I want to display the whole date, I must use arial 10 instead of 12, which > >is very small. > >The size of the widget should take in account the size of what is actually > >displayed, or at least, a place a bit wider than now, in the hope nobody >will >use 16 or 18 fonts (don't forget about accessibility). > Right, but what I am saying is that what you describe is the behavior I see on my system. I can make the font size ridiculously large, and the QDateEdit widget resizes itself correctly. We haven't done anything special to this widget, so again, I have no idea why it is not working correctly for you. Seems working now (KDE 3.3.rc2) for the size of the date spinboxes. The remaining (resizing only the left pane) is only a wish. Thanks Gerard This problem again visible with KStars 1.2 on KDE 3.5 on SUSE Linux 10.0. See attachment to bug 119963. |