Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qt column spacing is smaller than font #117

Open
liray-unendlich opened this issue Oct 25, 2018 · 4 comments
Open

Qt column spacing is smaller than font #117

liray-unendlich opened this issue Oct 25, 2018 · 4 comments
Assignees

Comments

@liray-unendlich
Copy link

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:

  • OS: Only Windows
@KolbyML
Copy link

KolbyML commented Oct 25, 2018

Ya we know this

@KolbyML
Copy link

KolbyML commented Oct 25, 2018

A lot of issue its fine

@KolbyML
Copy link

KolbyML commented Oct 25, 2018

It will be good

@liray-unendlich
Copy link
Author

liray-unendlich commented Oct 25, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants