phoreproject / Phore

Phore
https://phore.io
MIT License
45 stars 62 forks source link

Qt column spacing is smaller than font #117

Open liray-unendlich opened 5 years ago

liray-unendlich commented 5 years ago

Describe the issue

Qt issue on Windows phore-qt This issue doesn't happen on MacOS/Linux

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

  1. Start Windows
  2. Open Masternode tab or Proposal tab
  3. See the line of top of column

Expected behavior

image should like this pic.

Actual behavior

image

bit smaller than strings.

What version of Phore Core are you using?

v1.4.2

Machine specs:

KolbyML commented 5 years ago

Ya we know this

KolbyML commented 5 years ago

A lot of issue its fine

KolbyML commented 5 years ago

It will be good

liray-unendlich commented 5 years ago

in src/qt/res/default.css,

QHeaderView::section {
    /* Table Header Sections */
    qproperty-alignment: 'AlignVCenter';
    background-color: transparent;
    color: #fff;
    /* min-height:32px; */
    font-weight: bold;
    font-size: 14px;
    border: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

we can change padding-bottom :) But i don't know why this issue happen on only windows