Control {
Margin="${ControlInsideMargin}";
- Spacing="3";
+ Spacing="3";
Foreground = "${ControlForeground}";
//MouseEnter = "{Foreground=${ControlCaptionHoverColor}}";
- //MouseLeave = "{Foreground=${ControlForeground}}";
+ //MouseLeave = "{Foreground=${ControlForeground}}";
}
ControlBorder {
BorderWidth = "${ControlBorderWidth}";
OldLabel {
Height = "Fit";
Width = "Fit";
- Margin = "0";
+ Margin = "0";
}
TextBox {
Background = "White";
Caption = "MenuItem";
Width = "Stretched";
Height = "Fit";
- Background = "${MenuBackground}";
+ Background = "${MenuBackground}";
Foreground = "${ControlForeground}";
MouseEnter = "{Background=${ControlHighlight}}";
MouseLeave = "{Background=${MenuBackground}}";
winBorder {
BorderWidth = "${WindowBorderWidth}";
Foreground = "${WindowBorderColor}";
- Background = "${WindowBackgroundColor}";
+ Background = "${WindowBackgroundColor}";
Margin = "1";
StickyMouseEnabled="true";
- StickyMouse="10";
+ StickyMouse="5";
}
WindowIconBorder {
BorderWidth="1";
}
ProgressBar {
Background = "Jet";
- Foreground = "RoyalBlue";
+ Foreground = "RoyalBlue";
Orientation = "Horizontal";
Height = "10";
}
}
ArrowBut {
- MouseRepeat="true";
-
+ MouseRepeat="true";
+
Foreground="Grey";
Background="Transparent";
-
+
MouseEnter="{Foreground=${ControlHighlight}}";
MouseLeave="{Foreground=Grey}";
-
+
Margin="2";
KeepProportions="true";
}
Value = "0";
Foreground="Transparent";
Background="Onyx";
- Width = "14";
+ Width = "14";
Height = "Inherit";
CornerRadius = "0";
}
}
EnumSelector {
Width = "Fit";
- Height = "Fit";
+ Height = "Fit";
}
labColor {
- Margin="2";
+ Margin="2";
Width="Fit";
}
labColorV {
- Margin="1";
+ Margin="1";
Width="Fit";
}
ColorSlider {
}
ColorPicker {
Height="Fit";
- MinimumSize="200,100";
+ MinimumSize="200,100";
}
Table {
Spacing="1";
- Foreground="Grey";
+ Foreground="Grey";
}
TableRow {
Width="Stretched";