Wow, wonderful christmas present. Awesome and Thank you.
Now, chulai its your turn. Linux early access builds? Also time for a new release?
Tvangeste wrote:OK, I've comitted the UI Tweaks code to the main repository, finally.
Users now have a choice:
* The new way: The field to enter words located like in all browsers, in the toolbar.
* The old way: to search in the sidebar.
Both UI modes are supported and can be switched between via View -> Search Pane menu.
Here's the up-to date screenshot:
P.S. Twice-Updated EXE (version 1.0.1-429-gcfa66ff now) can be downloaded from: http://rghost.ru/42492482 (just copy the goldendict.exe over the EARLY ACCESS version).
pesgd wrote:Thanks for the back/forward buttons on the external dialog window! (well, I just switched from .420 to .429 version, haven´t seen it before)
MainWindow #dictsPane #dictsList
{
background: red;
width: 150%;
}
pesgd wrote:I like the centered layout from the original UI, and I need to tweak the style to make the dictspane stick at a fixed width.
Every time I start GD, it comes back to 110px.
#navToolbar::separator { /* WARNING: hides all separators! */
width: 0px;
margin: -3px;
}
#navToolbar #beforeScanPopupSeparator, #navToolbar #afterScanPopupSeparator, #navToolbar #separatorBeforeZoom, #navToolbar #separatorBeforeSave {
background: rgba(0,0,0,0%);
width: 0px;
margin: -3px;
}
#navToolbar #soundButton, #navToolbar #backButton, #navToolbar #forwardButton, #navToolbar #zoomInButton, #navToolbar #zoomOutButton, #navToolbar #zoomBaseButton, #navToolbar #saveArticleButton, #navToolbar #printButton {
width: 0px;
height: 0px;
margin: -3px;
}
Tvangeste wrote:pesgd wrote:I like the centered layout from the original UI, and I need to tweak the style to make the dictspane stick at a fixed width.
Every time I start GD, it comes back to 110px.
Hmmm, at least in the new UI mode I don't see such problem.When I resize the "found in dictionaries" pane, it stays with the new size after restart...
Have you tried to specify the fixed size in CSS, in px?
In the classic mode, there are two panes (to the left and to the right), and their interplay could affect their sizes. I'd recommend using the new UI.
MainWindow #dictsPane #dictsList
{
width: 300px !important;
min-width:500px !important;
background: gray;
}
body
{
width:90%;
}
Tvangeste wrote:Hmmm, at least in the new UI mode I don't see such problem.
Tvangeste wrote: When I resize the "found in dictionaries" pane, it stays with the new size after restart...
Abs62 wrote:Start GD -> resize pane -> quit GD -> start GD - new size.
Start GD -> resize pane -> look some word -> quit GD -> start GD - drop to default size.
Start GD -> resize pane -> quit GD -> start GD -> quit GD -> start GD - drop to default size.
pesgd wrote:This was driving me crazy, but after some digging into CSS properties, I´ve found out min-width will do the trick!
Users browsing this forum: No registered users and 51 guests