Bug 24374 - Smaller form widgets
Summary: Smaller form widgets
Status: CLOSED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (other bugs)
Version First Reported In: 3.0
Platform: Compiled Sources FreeBSD
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-04-19 05:18 UTC by metrol
Modified: 2002-09-16 14:43 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description metrol 2001-04-19 05:09:52 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           khtml
Version:           3.0 (using KDE 2.1.1 )
Severity:          wishlist
Installed from:    compiled sources
Compiler:          gcc version 2.95.2 19991024 (release)
OS:                FreeBSD 4.3-RC i386
OS/Compiler notes: 

Like to make a request for smaller form objects to be used by Konqueror in the future.  The text boxes now being used may be a wee bit too large but the buttons are simply WAY too big.  When designing forms to be used for web apps I find I'm getting everything to fit nicely on them Windows based browsers but Konq's buttons start getting in the way.

More specifically I'm requesting physically smaller objects for buttons and drop down boxes.  I believe this would make Konqeror much more form friendly than it is now.

(Submitted via bugs.kde.org)
(Called from KBugReport dialog)
Comment 1 Dirk Mueller 2001-04-19 07:29:27 UTC
On Don 19 Apr 2001 metrol@earthlink.net wrote:

> Like to make a request for smaller form objects to be used by Konqueror in the future.  The text boxes now being used may be a wee bit too large but the buttons are simply WAY too big.  When designing forms to be used for web apps I find I'm getting everything to fit nicely on them Windows based browsers but Konq's buttons start getting in the way.
> 
> More specifically I'm requesting physically smaller objects for buttons and drop down boxes.  I believe this would make Konqeror much more form friendly than it is now.

their size is calculated based on the size of the applied font. make the 
font smaller and the form widgets become smaller. 

if you want exact control you need to use CSS attributes. thats what 
they're for. 

if there is a specific page with problem send url. 


Dirk