tahoma2d/stuff/config/qss/Medium/less/layouts/format.less
Jeremy Bullock 4566353fe5
Konero tweaks (#42)
* Fix build with Clang 10

* System depend code deduplication

* Improve multi-layer style picker.

Allows clicking anywhere on a stroke in another layer to pick it -
not just the center.

Fixes #2843.

* Get actual pixel size instead of hard-coding to 1.0.

* Rehide features

* fix pegbar restoring

* gui tweaks

tweaks the gui, makes tpaneltitlebarbutton color states changable in stylesheets

* fix styleeditor chandle mouse event

allow handle to be grabbed properly without slipping

Co-authored-by: Rodney <rodney.baker@gmail.com>
Co-authored-by: Rozhuk Ivan <rozhuk.im@gmail.com>
Co-authored-by: Martin van Zijl <martin.vanzijl@gmail.com>
Co-authored-by: shun-iwasawa <shun.iwasawa@ghibli.jp>
Co-authored-by: Kite <konero@users.noreply.github.com>
2020-06-04 01:48:08 -06:00

89 lines
1.8 KiB
Plaintext

/* -----------------------------------------------------------------------------
Cleanup Settings
----------------------------------------------------------------------------- */
#CleanupSettings {
& QLabel {}
& #CleanupSettingsFrame {
// space out the boxes vertically
// needs margin for good placement
&:extend(.frame all);
margin-top: 2;
margin-bottom: 4;
}
& QGroupBox {
margin-bottom: 3;
}
& QScrollArea {
&:extend(.frame all);
}
}
#CleanupSettingsShowButton {
&:extend(.button-show all);
}
ParamsPage {
qproperty-TextColor: @text-color;
}
/* -----------------------------------------------------------------------------
Camera Settings
----------------------------------------------------------------------------- */
#CameraSettingsButton {
padding: 2;
}
#CameraSettingsRadioButton {
&:hover {
background: none;
}
&::indicator {
&:extend(.button-tool all); // Apply a button style
.icon-lock; // Apply an icon
}
}
#CameraSettingsDPI {
color: @label-title;
}
#CameraSettingsRadioButton_Small {
padding: 0;
&::indicator {
&:extend(.RadioButton::indicator all);
background-color: transparent;
border: 0;
height: 21;
margin: 0;
width: 11;
}
}
#ForceSquaredPixelButton {
&:extend(.button-tool all); // Apply a button style
.icon-fsp; // Apply an icon
margin: 0;
}
/* -----------------------------------------------------------------------------
Output Settings
----------------------------------------------------------------------------- */
#OutputSettingsLabel {
color: @label-title;
}
#OutputSettingsBox {
&:extend(.frame all);
}
#OutputSettingsCameraBox {
&:extend(.frame all);
}
#OutputSettingsShowButton {
&:extend(.button-show all);
}