GNOME Bugzilla – Bug 753129
HighContrast: connect to server entry in file chooser
Last modified: 2015-09-04 13:26:57 UTC
The entry looks too narrow compared to the linked button with its fat outline. Maybe this is a layout bug, and not a theme issue ?
.linked GtkEntry { border-width:2px; padding-top:6px; padding-bottom:6px; } more or less (padding value…) does the job here if I correctly found the bug you’ve seen, so it’s a theming issue I think.
Created attachment 310577 [details] [review] HighContrast: make linked entries align - reshuffled the stylesheet to easily allow having a thicker border, but decided to keep the 1px borders on entries as it makes easier to spot the buttons despite being flat.
The patch looks good to me, but I'd make generally make entries and button the same height, hence I'll directly set the padding on .entry. Any particular reason not to have buttons and entries the same height?
Created attachment 310669 [details] [review] HighContrast: make linked entries align - reshuffled the stylesheet to easily allow having a thicker border, but decided to keep the 1px borders on entries as it makes easier to spot the buttons despite being flat.
Attachment 310669 [details] pushed as 5b7bed6 - HighContrast: make linked entries align