Skip to content

Commit

Permalink
Restore old entry height
Browse files Browse the repository at this point in the history
  • Loading branch information
lassekongo83 committed May 27, 2020
1 parent bed7ba2 commit a15e361
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gtk/src/Zukitre/gtk-3.0/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $popover_radius: $button_radius + 4;
// Optional compact sizes for buttons, headerbar and headerbar widgets
$_sizevariant: 'default'; //compact otherwise
$_headerbar_height: if($_sizevariant=='default', 38px, 34px);
$_entry_height: if($_sizevariant=='default', 32px, 28px);
$_entry_height: if($_sizevariant=='default', 24px, 24px);
$_btn_pad: if($_sizevariant=='default', 4px 4px, 2px 3px);
$_hb_btn_pad: if($_sizevariant=='default', 4px, 3px);
$_img_btn_pad: if($_sizevariant=='default', 4px, 2px);
Expand Down
2 changes: 1 addition & 1 deletion gtk/src/Zukitre/gtk-3.0/gtk-alt-header.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spinner:checked:disabled { opacity: 0.5; }

.caption { font-weight: 400; font-size: 9pt; }

spinbutton:not(.vertical), entry { min-height: 32px; padding-left: 8px; padding-right: 8px; border: 1px solid; border-radius: 1px; transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: black; border-color: #b0b0b0; background-color: #F7F7F7; box-shadow: inset 0 0 0 1px rgba(74, 121, 199, 0); }
spinbutton:not(.vertical), entry { min-height: 24px; padding-left: 8px; padding-right: 8px; border: 1px solid; border-radius: 1px; transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: black; border-color: #b0b0b0; background-color: #F7F7F7; box-shadow: inset 0 0 0 1px rgba(74, 121, 199, 0); }

spinbutton:not(.vertical) image.left, entry image.left { margin-right: 6px; }

Expand Down
2 changes: 1 addition & 1 deletion gtk/src/Zukitre/gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spinner:checked:disabled { opacity: 0.5; }

.caption { font-weight: 400; font-size: 9pt; }

spinbutton:not(.vertical), entry { min-height: 32px; padding-left: 8px; padding-right: 8px; border: 1px solid; border-radius: 1px; transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: white; border-color: #212425; background-color: #383b3d; box-shadow: inset 0 0 0 1px rgba(74, 121, 199, 0); }
spinbutton:not(.vertical), entry { min-height: 24px; padding-left: 8px; padding-right: 8px; border: 1px solid; border-radius: 1px; transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: white; border-color: #212425; background-color: #383b3d; box-shadow: inset 0 0 0 1px rgba(74, 121, 199, 0); }

spinbutton:not(.vertical) image.left, entry image.left { margin-right: 6px; }

Expand Down
2 changes: 1 addition & 1 deletion gtk/src/Zukitre/gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spinner:checked:disabled { opacity: 0.5; }

.caption { font-weight: 400; font-size: 9pt; }

spinbutton:not(.vertical), entry { min-height: 32px; padding-left: 8px; padding-right: 8px; border: 1px solid; border-radius: 1px; transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: black; border-color: #b0b0b0; background-color: #F7F7F7; box-shadow: inset 0 0 0 1px rgba(74, 121, 199, 0); }
spinbutton:not(.vertical), entry { min-height: 24px; padding-left: 8px; padding-right: 8px; border: 1px solid; border-radius: 1px; transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: black; border-color: #b0b0b0; background-color: #F7F7F7; box-shadow: inset 0 0 0 1px rgba(74, 121, 199, 0); }

spinbutton:not(.vertical) image.left, entry image.left { margin-right: 6px; }

Expand Down
2 changes: 1 addition & 1 deletion gtk/src/Zukitwo/gtk-3.0/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $popover_radius: $window_radius;
// Optional compact sizes for buttons, headerbar and headerbar widgets
$_sizevariant: 'default'; //compact otherwise
$_headerbar_height: if($_sizevariant=='default', 38px, 34px);
$_entry_height: if($_sizevariant=='default', 32px, 28px);
$_entry_height: if($_sizevariant=='default', 24px, 24px);
$_btn_pad: if($_sizevariant=='default', 4px 4px, 2px 3px);
$_hb_btn_pad: if($_sizevariant=='default', 4px, 3px);
$_img_btn_pad: if($_sizevariant=='default', 4px, 2px);
Expand Down
2 changes: 1 addition & 1 deletion gtk/src/Zukitwo/gtk-3.0/gtk-alt-header.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spinner:checked:disabled { opacity: 0.5; }

.caption { font-weight: 400; font-size: 9pt; }

spinbutton:not(.vertical), entry { min-height: 32px; padding-left: 8px; padding-right: 8px; border: 1px solid; border-radius: 3px; transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: black; border-color: #b0b0b0; background-color: #F7F7F7; box-shadow: inset 0 0 0 1px rgba(74, 121, 199, 0); }
spinbutton:not(.vertical), entry { min-height: 24px; padding-left: 8px; padding-right: 8px; border: 1px solid; border-radius: 3px; transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: black; border-color: #b0b0b0; background-color: #F7F7F7; box-shadow: inset 0 0 0 1px rgba(74, 121, 199, 0); }

spinbutton:not(.vertical) image.left, entry image.left { margin-right: 6px; }

Expand Down
2 changes: 1 addition & 1 deletion gtk/src/Zukitwo/gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spinner:checked:disabled { opacity: 0.5; }

.caption { font-weight: 400; font-size: 9pt; }

spinbutton:not(.vertical), entry { min-height: 32px; padding-left: 8px; padding-right: 8px; border: 1px solid; border-radius: 3px; transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: white; border-color: #212425; background-color: #383b3d; box-shadow: inset 0 0 0 1px rgba(74, 121, 199, 0); }
spinbutton:not(.vertical), entry { min-height: 24px; padding-left: 8px; padding-right: 8px; border: 1px solid; border-radius: 3px; transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: white; border-color: #212425; background-color: #383b3d; box-shadow: inset 0 0 0 1px rgba(74, 121, 199, 0); }

spinbutton:not(.vertical) image.left, entry image.left { margin-right: 6px; }

Expand Down
2 changes: 1 addition & 1 deletion gtk/src/Zukitwo/gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spinner:checked:disabled { opacity: 0.5; }

.caption { font-weight: 400; font-size: 9pt; }

spinbutton:not(.vertical), entry { min-height: 32px; padding-left: 8px; padding-right: 8px; border: 1px solid; border-radius: 3px; transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: black; border-color: #b0b0b0; background-color: #F7F7F7; box-shadow: inset 0 0 0 1px rgba(74, 121, 199, 0); }
spinbutton:not(.vertical), entry { min-height: 24px; padding-left: 8px; padding-right: 8px; border: 1px solid; border-radius: 3px; transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: black; border-color: #b0b0b0; background-color: #F7F7F7; box-shadow: inset 0 0 0 1px rgba(74, 121, 199, 0); }

spinbutton:not(.vertical) image.left, entry image.left { margin-right: 6px; }

Expand Down

0 comments on commit a15e361

Please sign in to comment.